diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-17 03:33:07 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-17 03:33:07 (GMT) |
commit | 987819bf3d28e18a51ad9f654bf25903650d7ee4 (patch) | |
tree | 3ff6dc53ddc7bf1ea1ac8a662c95920e164edfe7 /src/declarative/qml/qmlcompiler_p.h | |
parent | 89464ba786864f8a905c0d9939033970ac10f978 (diff) | |
download | Qt-987819bf3d28e18a51ad9f654bf25903650d7ee4.zip Qt-987819bf3d28e18a51ad9f654bf25903650d7ee4.tar.gz Qt-987819bf3d28e18a51ad9f654bf25903650d7ee4.tar.bz2 |
QmlInstruction autotest
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index 8f28ac9..9597753 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -73,7 +73,7 @@ class QmlComponent; class QmlContext; class QScriptProgram; -class QmlCompiledData : public QmlRefCount +class Q_AUTOTEST_EXPORT QmlCompiledData : public QmlRefCount { public: QmlCompiledData(); |