summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmldom.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/qmldom.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/qmldom.h')
-rw-r--r--src/declarative/qml/qmldom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmldom.h b/src/declarative/qml/qmldom.h
index fde35a8..ab3e39f 100644
--- a/src/declarative/qml/qmldom.h
+++ b/src/declarative/qml/qmldom.h
@@ -143,6 +143,7 @@ public:
int position() const;
int length() const;
+ QUrl url() const;
private:
friend class QmlDomDocument;
friend class QmlDomComponent;