diff options
Diffstat (limited to 'tests/benchmarks/declarative/creation/data/qobject.qml')
-rw-r--r-- | tests/benchmarks/declarative/creation/data/qobject.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/benchmarks/declarative/creation/data/qobject.qml b/tests/benchmarks/declarative/creation/data/qobject.qml new file mode 100644 index 0000000..99d010f --- /dev/null +++ b/tests/benchmarks/declarative/creation/data/qobject.qml @@ -0,0 +1,4 @@ +import Qt 4.6 + +QtObject { +} |