summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-17 03:33:07 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-17 03:33:07 (GMT)
commit987819bf3d28e18a51ad9f654bf25903650d7ee4 (patch)
tree3ff6dc53ddc7bf1ea1ac8a662c95920e164edfe7 /src/declarative/qml/qmlcompiler_p.h
parent89464ba786864f8a905c0d9939033970ac10f978 (diff)
downloadQt-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.h2
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();