OSDN Git Service

Add Q_OBJECT macros
authorTobias Hunger <tobias.hunger@nokia.com>
Sat, 30 Oct 2010 19:17:35 +0000 (21:17 +0200)
committerTobias Hunger <tobias.hunger@nokia.com>
Wed, 3 Nov 2010 11:45:32 +0000 (12:45 +0100)
Krazy complained about missing Q_OBJECT macros. Fix them.

src/plugins/debugger/moduleshandler.h
src/plugins/qmljsinspector/qmljsinspectorsettings.h
src/plugins/qt4projectmanager/wizards/abstractmobileapp.h

index 3bfa42d..8749c82 100644 (file)
@@ -104,6 +104,8 @@ typedef QList<Module> Modules;
 
 class ModulesHandler : public QObject
 {
+    Q_OBJECT
+
 public:
     explicit ModulesHandler(DebuggerEngine *engine);
 
index d0a92e5..2b064f8 100644 (file)
@@ -39,6 +39,8 @@ namespace Internal {
 
 class InspectorSettings : public QObject
 {
+    Q_OBJECT
+
 public:
     InspectorSettings(QObject *parent = 0);
     ~InspectorSettings();
index 4190fe1..fdef7d6 100644 (file)
@@ -69,6 +69,8 @@ struct AbstractGeneratedFileInfo
 
 class AbstractMobileApp : public QObject
 {
+    Q_OBJECT
+
 public:
     enum ScreenOrientation {
         ScreenOrientationLockLandscape,