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/qmlcomponent.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/qmlcomponent.cpp')
-rw-r--r-- | src/declarative/qml/qmlcomponent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp index 214d2fa..7dcc373 100644 --- a/src/declarative/qml/qmlcomponent.cpp +++ b/src/declarative/qml/qmlcomponent.cpp @@ -43,6 +43,7 @@ #include "qmlcomponent_p.h" #include "qmlcompiler_p.h" #include "private/qmlcontext_p.h" +#include "private/qmlcompositetypedata_p.h" #include "private/qmlengine_p.h" #include "qmlvme_p.h" #include "qml.h" |