diff --git a/src/plugins/debugger/moduleshandler.h b/src/plugins/debugger/moduleshandler.h index 3bfa42d53f7..8749c8285e3 100644 --- a/src/plugins/debugger/moduleshandler.h +++ b/src/plugins/debugger/moduleshandler.h @@ -104,6 +104,8 @@ typedef QList Modules; class ModulesHandler : public QObject { + Q_OBJECT + public: explicit ModulesHandler(DebuggerEngine *engine); diff --git a/src/plugins/qmljsinspector/qmljsinspectorsettings.h b/src/plugins/qmljsinspector/qmljsinspectorsettings.h index d0a92e5485c..2b064f8f6ba 100644 --- a/src/plugins/qmljsinspector/qmljsinspectorsettings.h +++ b/src/plugins/qmljsinspector/qmljsinspectorsettings.h @@ -39,6 +39,8 @@ namespace Internal { class InspectorSettings : public QObject { + Q_OBJECT + public: InspectorSettings(QObject *parent = 0); ~InspectorSettings(); diff --git a/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h b/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h index 4190fe16f78..fdef7d681d2 100644 --- a/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h +++ b/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h @@ -69,6 +69,8 @@ struct AbstractGeneratedFileInfo class AbstractMobileApp : public QObject { + Q_OBJECT + public: enum ScreenOrientation { ScreenOrientationLockLandscape,