summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-17 06:13:06 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-17 06:13:06 (GMT)
commit4e126f5222a3c62a46037c4ac40743f9f2ee9026 (patch)
tree296c7b4bfce7246cfb6384e4e2b0da025a78a727 /tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml
parentc68f26e2d36b57c3872087722b278ce96829b692 (diff)
downloadQt-4e126f5222a3c62a46037c4ac40743f9f2ee9026.zip
Qt-4e126f5222a3c62a46037c4ac40743f9f2ee9026.tar.gz
Qt-4e126f5222a3c62a46037c4ac40743f9f2ee9026.tar.bz2
tests
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml b/tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml
new file mode 100644
index 0000000..7bfab67
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/dynamicPropertiesNested.qml
@@ -0,0 +1,9 @@
+import Qt 4.6
+
+DynamicPropertiesNestedType {
+ property int a: 13
+ property int b: 12
+
+ super_a: 11
+}
+