diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 07:13:00 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-23 07:13:00 (GMT) |
commit | fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5 (patch) | |
tree | b747942c442d3b56355d7c9c61729e8de98f280b /src/declarative/qml/qmldom.cpp | |
parent | 7fe100b56ccca40de193164d3ce19600cf50bdd4 (diff) | |
download | Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.zip Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.tar.gz Qt-fb0f1485ed37b8055b4ffbfd0805ceff1e9401f5.tar.bz2 |
Move import access functions to QmlEnginePrivate.
Diffstat (limited to 'src/declarative/qml/qmldom.cpp')
-rw-r--r-- | src/declarative/qml/qmldom.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmldom.cpp b/src/declarative/qml/qmldom.cpp index 293ea6a..5082fda 100644 --- a/src/declarative/qml/qmldom.cpp +++ b/src/declarative/qml/qmldom.cpp @@ -41,6 +41,7 @@ #include "qmldom.h" #include "qmldom_p.h" +#include "private/qmlcompositetypedata_p.h" #include "private/qmlcompiler_p.h" #include "private/qmlengine_p.h" #include <QtCore/QByteArray> |