summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/moduleshandler.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-10-30 21:17:35 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2010-11-03 12:45:32 +0100
commitaf0413ec1efcc3491a5201d50a6ec24bbaf02adf (patch)
treea7c977489ad9a4916c5a5a04471f9480b2994d0a /src/plugins/debugger/moduleshandler.h
parentc8cf974f93d03e3a292d15b7778d2d7da0943435 (diff)
downloadqt-creator-af0413ec1efcc3491a5201d50a6ec24bbaf02adf.tar.gz
Add Q_OBJECT macros
Krazy complained about missing Q_OBJECT macros. Fix them.
Diffstat (limited to 'src/plugins/debugger/moduleshandler.h')
-rw-r--r--src/plugins/debugger/moduleshandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/debugger/moduleshandler.h b/src/plugins/debugger/moduleshandler.h
index 3bfa42d53f..8749c8285e 100644
--- a/src/plugins/debugger/moduleshandler.h
+++ b/src/plugins/debugger/moduleshandler.h
@@ -104,6 +104,8 @@ typedef QList<Module> Modules;
class ModulesHandler : public QObject
{
+ Q_OBJECT
+
public:
explicit ModulesHandler(DebuggerEngine *engine);