summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-13 04:53:49 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-13 04:53:49 (GMT)
commitb143576a735b6ec67058d5c6b6cf369b1002756d (patch)
tree6925aafce82f7a88d290e15ef57098ac9cc6735b /tests/auto/declarative/qmllanguage/data
parent14821863b830b85ccb29df217a52f1ca52c9c421 (diff)
downloadQt-b143576a735b6ec67058d5c6b6cf369b1002756d.zip
Qt-b143576a735b6ec67058d5c6b6cf369b1002756d.tar.gz
Qt-b143576a735b6ec67058d5c6b6cf369b1002756d.tar.bz2
Missing files
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data')
-rw-r--r--tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml b/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml
new file mode 100644
index 0000000..e3b32ca
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml
@@ -0,0 +1,5 @@
+import Test 1.0
+
+MySecondNamespacedType {
+ list: [ MyNamespacedType {} ]
+}