summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmldom/data/MyComponent.qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2009-07-15 01:09:31 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2009-07-15 02:02:32 (GMT)
commit68e47e91af6edca3c714cc3258b65dd88c0ee1e4 (patch)
tree914ff8bba8e702673a40e55411a47b74522e8016 /tests/auto/declarative/qmldom/data/MyComponent.qml
parentfa0159762ce65c99907dbcb68d1c10e1a126468f (diff)
downloadQt-68e47e91af6edca3c714cc3258b65dd88c0ee1e4.zip
Qt-68e47e91af6edca3c714cc3258b65dd88c0ee1e4.tar.gz
Qt-68e47e91af6edca3c714cc3258b65dd88c0ee1e4.tar.bz2
Expose qml import statements in QmlDom
Diffstat (limited to 'tests/auto/declarative/qmldom/data/MyComponent.qml')
-rw-r--r--tests/auto/declarative/qmldom/data/MyComponent.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmldom/data/MyComponent.qml b/tests/auto/declarative/qmldom/data/MyComponent.qml
new file mode 100644
index 0000000..0940753
--- /dev/null
+++ b/tests/auto/declarative/qmldom/data/MyComponent.qml
@@ -0,0 +1,2 @@
+Item {
+}