summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/script/data/CustomObject.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/script/data/CustomObject.qml')
-rw-r--r--tests/benchmarks/declarative/script/data/CustomObject.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/script/data/CustomObject.qml b/tests/benchmarks/declarative/script/data/CustomObject.qml
new file mode 100644
index 0000000..22b7be7
--- /dev/null
+++ b/tests/benchmarks/declarative/script/data/CustomObject.qml
@@ -0,0 +1,7 @@
+import Qt 4.6
+
+QtObject {
+ property real prop1: 0
+ property real prop2: 1
+ property real prop3: 0
+}