summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r--src/declarative/qml/qmlcompiler_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h
index ecf3344..6d6a25e 100644
--- a/src/declarative/qml/qmlcompiler_p.h
+++ b/src/declarative/qml/qmlcompiler_p.h
@@ -135,8 +135,9 @@ private:
};
class QMetaObjectBuilder;
-class Q_DECLARATIVE_EXPORT QmlCompiler
+class Q_DECLARATIVE_EXPORT QmlCompiler : public QObject
{
+ Q_OBJECT
public:
QmlCompiler();