summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-07-23 07:13:00 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-07-23 07:13:00 (GMT)
commitfb0f1485ed37b8055b4ffbfd0805ceff1e9401f5 (patch)
treeb747942c442d3b56355d7c9c61729e8de98f280b /src/declarative/qml/qmlcompiler.cpp
parent7fe100b56ccca40de193164d3ce19600cf50bdd4 (diff)
downloadQt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.zip
Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.tar.gz
Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.tar.bz2
Move import access functions to QmlEnginePrivate.
Diffstat (limited to 'src/declarative/qml/qmlcompiler.cpp')
-rw-r--r--src/declarative/qml/qmlcompiler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcompiler.cpp b/src/declarative/qml/qmlcompiler.cpp
index 94710c6..20f0d93f 100644
--- a/src/declarative/qml/qmlcompiler.cpp
+++ b/src/declarative/qml/qmlcompiler.cpp
@@ -40,6 +40,7 @@
****************************************************************************/
#include "private/qmlcompiler_p.h"
+#include "private/qmlcompositetypedata_p.h"
#include <private/qfxperf_p.h>
#include "qmlparser_p.h"
#include "private/qmlscriptparser_p.h"