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/qmlcomponent.cpp | |
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/qmlcomponent.cpp')
-rw-r--r-- | src/declarative/qml/qmlcomponent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcomponent.cpp b/src/declarative/qml/qmlcomponent.cpp index f90af4a..3429813 100644 --- a/src/declarative/qml/qmlcomponent.cpp +++ b/src/declarative/qml/qmlcomponent.cpp @@ -296,6 +296,7 @@ QmlComponent::QmlComponent(QmlEngine *engine, QmlCompiledComponent *cc, int star cc->addref(); d->start = start; d->count = count; + d->url = cc->url; } /*! |