Browse Source

Add missing Q_INTERFACES to ctkDicomAbstractApp

Jean-Christophe Fillion-Robin 14 years ago
parent
commit
eb5b88f64c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Plugins/org.commontk.dah.app/ctkDicomAbstractApp.h

+ 1 - 1
Plugins/org.commontk.dah.app/ctkDicomAbstractApp.h

@@ -40,7 +40,7 @@ class ctkPluginContext;
 class org_commontk_dah_app_EXPORT ctkDicomAbstractApp : public QObject, public ctkDicomAppInterface
 {
   Q_OBJECT
-
+  Q_INTERFACES(ctkDicomAppInterface);
 public:
 
   ctkDicomAbstractApp(ctkPluginContext* context);