diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-26 04:24:06 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-26 04:24:06 (GMT) |
commit | 0478559cd1ec393c1a2e098822858a2b989ed81f (patch) | |
tree | 65ecb958862f7a8eaf4f6db41abfe22f6747f479 /src/declarative/qml/qmlengine_p.h | |
parent | ab235f522d22f4940e40aa3114fface354fbb611 (diff) | |
download | Qt-0478559cd1ec393c1a2e098822858a2b989ed81f.zip Qt-0478559cd1ec393c1a2e098822858a2b989ed81f.tar.gz Qt-0478559cd1ec393c1a2e098822858a2b989ed81f.tar.bz2 |
Wait for qmldir remote content so that imports work remotely.
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r-- | src/declarative/qml/qmlengine_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h index a74854d..bd1cab2 100644 --- a/src/declarative/qml/qmlengine_p.h +++ b/src/declarative/qml/qmlengine_p.h @@ -223,7 +223,7 @@ public: QmlImportsPrivate *d; }; - bool addToImport(Imports*, const QString& uri, const QString& prefix, int vmaj, int vmin, QmlScriptParser::Import::Type importType) const; + bool addToImport(Imports*, const QString& qmlDirContent,const QString& uri, const QString& prefix, int vmaj, int vmin, QmlScriptParser::Import::Type importType) const; bool resolveType(const Imports&, const QByteArray& type, QmlType** type_return, QUrl* url_return, int *version_major, int *version_minor, |