Skip to content
Snippets Groups Projects
Commit af0413ec authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Add Q_OBJECT macros

Krazy complained about missing Q_OBJECT macros. Fix them.
parent c8cf974f
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,8 @@ typedef QList<Module> Modules;
class ModulesHandler : public QObject
{
Q_OBJECT
public:
explicit ModulesHandler(DebuggerEngine *engine);
......
......@@ -39,6 +39,8 @@ namespace Internal {
class InspectorSettings : public QObject
{
Q_OBJECT
public:
InspectorSettings(QObject *parent = 0);
~InspectorSettings();
......
......@@ -69,6 +69,8 @@ struct AbstractGeneratedFileInfo
class AbstractMobileApp : public QObject
{
Q_OBJECT
public:
enum ScreenOrientation {
ScreenOrientationLockLandscape,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment