summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-26 04:24:06 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-26 04:24:06 (GMT)
commit0478559cd1ec393c1a2e098822858a2b989ed81f (patch)
tree65ecb958862f7a8eaf4f6db41abfe22f6747f479 /src/declarative/qml/qmlengine_p.h
parentab235f522d22f4940e40aa3114fface354fbb611 (diff)
downloadQt-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.h2
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,