diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-12-09 03:43:38 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-12-09 03:44:24 (GMT) |
commit | 366abae3466f4a8d91f88caafb87f10f3031c355 (patch) | |
tree | e3189df305d2c3e4b4155ed9f974f0909ee5d259 /tests/benchmarks/declarative/creation/data | |
parent | 2b1aea7db5c6b8e5c31740add1dfb8dd1c9acb87 (diff) | |
download | Qt-366abae3466f4a8d91f88caafb87f10f3031c355.zip Qt-366abae3466f4a8d91f88caafb87f10f3031c355.tar.gz Qt-366abae3466f4a8d91f88caafb87f10f3031c355.tar.bz2 |
Add missing file.
Diffstat (limited to 'tests/benchmarks/declarative/creation/data')
-rw-r--r-- | tests/benchmarks/declarative/creation/data/item.qml | 34 |
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 {} +} |