diff options
Diffstat (limited to 'tests/benchmarks/declarative/qmlcomponent/data/myqmlobject_binding.qml')
-rw-r--r-- | tests/benchmarks/declarative/qmlcomponent/data/myqmlobject_binding.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/qmlcomponent/data/myqmlobject_binding.qml b/tests/benchmarks/declarative/qmlcomponent/data/myqmlobject_binding.qml new file mode 100644 index 0000000..e6cc4cf --- /dev/null +++ b/tests/benchmarks/declarative/qmlcomponent/data/myqmlobject_binding.qml @@ -0,0 +1,6 @@ +import Qt.test 4.6 + +MyQmlObject { + result: value +} + |