summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlparser_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-06-25 07:07:10 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-06-25 07:07:10 (GMT)
commit4b3933bc4d6c5e2ae4507e5df92c6f877e3f621e (patch)
treeaf9761cf776b4954deb9d1fdfa82a74e0711be51 /src/declarative/qml/qmlparser_p.h
parent9f020f8a737ee27cf5b7ce4a41e579a6872d9954 (diff)
downloadQt-4b3933bc4d6c5e2ae4507e5df92c6f877e3f621e.zip
Qt-4b3933bc4d6c5e2ae4507e5df92c6f877e3f621e.tar.gz
Qt-4b3933bc4d6c5e2ae4507e5df92c6f877e3f621e.tar.bz2
Expose extended type URLs through the QML DOM API
Diffstat (limited to 'src/declarative/qml/qmlparser_p.h')
-rw-r--r--src/declarative/qml/qmlparser_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlparser_p.h b/src/declarative/qml/qmlparser_p.h
index a38ce69..78040da 100644
--- a/src/declarative/qml/qmlparser_p.h
+++ b/src/declarative/qml/qmlparser_p.h
@@ -102,6 +102,8 @@ namespace QmlParser
// QmlCompiledData::types array, or -1 if the object is a fetched
// object.
int type;
+ // The url of this object if it is an external type. Used by the DOM
+ QUrl url;
// The name of this type
QByteArray typeName;
// The id assigned to the object (if any).