diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-13 03:06:50 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-13 03:06:50 (GMT) |
commit | 7aa4e177bbc01b7385cb345f3ad620a935dbe2d4 (patch) | |
tree | b26c775d71e25e1a5f6abc70e810f71bab8f6fb5 /src/declarative/qml/qmlcompiler_p.h | |
parent | 7a9dada31e570b2884c1c3c7a094ca9b1690c743 (diff) | |
download | Qt-7aa4e177bbc01b7385cb345f3ad620a935dbe2d4.zip Qt-7aa4e177bbc01b7385cb345f3ad620a935dbe2d4.tar.gz Qt-7aa4e177bbc01b7385cb345f3ad620a935dbe2d4.tar.bz2 |
i18n
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index 6d6a25e..cff4937 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -135,9 +135,8 @@ private: }; class QMetaObjectBuilder; -class Q_DECLARATIVE_EXPORT QmlCompiler : public QObject +class Q_DECLARATIVE_EXPORT QmlCompiler { - Q_OBJECT public: QmlCompiler(); |