aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-06-24 16:37:03 +1000
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-06-24 16:37:03 +1000
commit2a18f33552d20b637989e876175c6bd03c69bc97 (patch)
tree1bfe921c52dcebeaadf79511168db7d8164ee062 /tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml
parent09b01b54f23fb10fd6b63398edf813a2bbd04cff (diff)
parenta9853d2ffe177bf98eb7610b58bb1bbb44743510 (diff)
Merge branch 'qtquick2' of scm.dev.nokia.troll.no:qt/qtdeclarative-staging
Conflicts: src/declarative/items/qsgtextnode.cpp
Diffstat (limited to 'tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml b/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml
new file mode 100644
index 0000000000..785a27dd79
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativelanguage/data/NestedComponentRoot.qml
@@ -0,0 +1,6 @@
+import QtQuick 1.0
+
+Component {
+ Item {
+ }
+}