소스 검색

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