Преглед изворни кода

Added missing Q_INTERFACES statement.

Sascha Zelzer пре 14 година
родитељ
комит
cf1b11e7e1
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Plugins/org.commontk.qtmobility.service/ctkQtMobilityServiceFactory_p.h

+ 1 - 0
Plugins/org.commontk.qtmobility.service/ctkQtMobilityServiceFactory_p.h

@@ -34,6 +34,7 @@ using namespace QtMobility;
 class ctkQtMobilityServiceFactory : public QObject, public ctkServiceFactory
 class ctkQtMobilityServiceFactory : public QObject, public ctkServiceFactory
 {
 {
   Q_OBJECT
   Q_OBJECT
+  Q_INTERFACES(ctkServiceFactory)
 
 
 public:
 public: