Преглед на файлове

Register ctkCmdLineModuleReference with the Qt metaobject system.

Sascha Zelzer преди 13 години
родител
ревизия
9d1a13c9a5
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      Libs/CommandLineModules/Core/ctkCmdLineModuleReference.h

+ 3 - 0
Libs/CommandLineModules/Core/ctkCmdLineModuleReference.h

@@ -25,6 +25,7 @@
 #include <ctkCommandLineModulesCoreExport.h>
 
 #include <QSharedDataPointer>
+#include <QMetaType>
 
 class ctkCmdLineModuleDescription;
 class ctkCmdLineModuleReferencePrivate;
@@ -58,4 +59,6 @@ private:
 
 };
 
+Q_DECLARE_METATYPE(ctkCmdLineModuleReference)
+
 #endif // CTKCMDLINEMODULEREFERENCE_H