Skip to content
Snippets Groups Projects
Unverified Commit 2a7851a4 authored by Steve Pieper's avatar Steve Pieper Committed by GitHub
Browse files

Merge pull request #988 from lassoan/fix-dicomquery

BUG: Fix ctkDICOMRetrieve::calledAETitle property setting method
parents e998f32e 949607ea
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class CTK_DICOM_CORE_EXPORT ctkDICOMRetrieve : public QObject
{
Q_OBJECT
Q_PROPERTY(QString callingAETitle READ callingAETitle WRITE setCallingAETitle);
Q_PROPERTY(QString calledAETitle READ calledAETitle WRITE setCallingAETitle);
Q_PROPERTY(QString calledAETitle READ calledAETitle WRITE setCalledAETitle);
Q_PROPERTY(QString host READ host WRITE setHost);
Q_PROPERTY(int port READ port WRITE setPort);
Q_PROPERTY(QString moveDestinationAETitle READ moveDestinationAETitle WRITE setMoveDestinationAETitle);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment