summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-12-09 03:43:38 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-12-09 03:44:24 (GMT)
commit366abae3466f4a8d91f88caafb87f10f3031c355 (patch)
treee3189df305d2c3e4b4155ed9f974f0909ee5d259 /tests/benchmarks/declarative
parent2b1aea7db5c6b8e5c31740add1dfb8dd1c9acb87 (diff)
downloadQt-366abae3466f4a8d91f88caafb87f10f3031c355.zip
Qt-366abae3466f4a8d91f88caafb87f10f3031c355.tar.gz
Qt-366abae3466f4a8d91f88caafb87f10f3031c355.tar.bz2
Add missing file.
Diffstat (limited to 'tests/benchmarks/declarative')
-rw-r--r--tests/benchmarks/declarative/creation/data/item.qml34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/creation/data/item.qml b/tests/benchmarks/declarative/creation/data/item.qml
new file mode 100644
index 0000000..74d2f27
--- /dev/null
+++ b/tests/benchmarks/declarative/creation/data/item.qml
@@ -0,0 +1,34 @@
+import Qt 4.6
+
+Item {
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+ Item {}
+}