summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/binding/data/idproperty.txt
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-01-14 02:27:18 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-01-14 02:52:09 (GMT)
commit8e9ec9b982808feb3608e3f9b4d4caf13b65428c (patch)
tree617bd39b837ce63aec6110b53b76724f30b853b9 /tests/benchmarks/declarative/binding/data/idproperty.txt
parent0c0afc25be3267dddddc63f0cf17c1fba4d5e69d (diff)
downloadQt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.zip
Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.tar.gz
Qt-8e9ec9b982808feb3608e3f9b4d4caf13b65428c.tar.bz2
Benchmark cleanup.
Diffstat (limited to 'tests/benchmarks/declarative/binding/data/idproperty.txt')
-rw-r--r--tests/benchmarks/declarative/binding/data/idproperty.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/binding/data/idproperty.txt b/tests/benchmarks/declarative/binding/data/idproperty.txt
new file mode 100644
index 0000000..71e3c4e
--- /dev/null
+++ b/tests/benchmarks/declarative/binding/data/idproperty.txt
@@ -0,0 +1,9 @@
+import Test 1.0
+
+MyQmlObject {
+ id: MyObject
+
+ MyQmlObject {
+ result: ###
+ }
+}