diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-25 07:07:10 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-25 07:07:10 (GMT) |
commit | 4b3933bc4d6c5e2ae4507e5df92c6f877e3f621e (patch) | |
tree | af9761cf776b4954deb9d1fdfa82a74e0711be51 /src/declarative/qml/qmldom.h | |
parent | 9f020f8a737ee27cf5b7ce4a41e579a6872d9954 (diff) | |
download | Qt-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.h | 1 |
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; |