Explorar o código

Fixed ambiguous constructors

Andreas Fetzer %!s(int64=11) %!d(string=hai) anos
pai
achega
e792a224eb
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Libs/DICOM/Widgets/ctkDICOMTableView.h

+ 2 - 2
Libs/DICOM/Widgets/ctkDICOMTableView.h

@@ -57,7 +57,7 @@ public:
    * @param parent the parent widget
    * @param queryTableName the name of the table of the ctkDICOMDatabase which shall be displayed
    */
-  explicit ctkDICOMTableView(QString queryTableName = "Patients", QWidget* parent = 0);
+  explicit ctkDICOMTableView(QString queryTableName, QWidget* parent = 0);
 
   /**
    * ctor with tablename and database as parameter
@@ -65,7 +65,7 @@ public:
    * @param parent the parent widget
    * @param queryTableName the name of the table of the ctkDICOMDatabase which shall be displayed
    */
-  explicit ctkDICOMTableView (ctkDICOMDatabase* dicomDataBase, QString queryTableName = "Patients", QWidget* parent = 0);
+  explicit ctkDICOMTableView (ctkDICOMDatabase* dicomDataBase, QString queryTableName, QWidget* parent = 0);
 
   virtual ~ctkDICOMTableView();