summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/examples/data/dummytest.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/examples/data/dummytest.qml')
-rw-r--r--tests/auto/declarative/examples/data/dummytest.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/examples/data/dummytest.qml b/tests/auto/declarative/examples/data/dummytest.qml
new file mode 100644
index 0000000..cd9d8fb
--- /dev/null
+++ b/tests/auto/declarative/examples/data/dummytest.qml
@@ -0,0 +1,5 @@
+import Qt.VisualTest 4.6
+
+VisualTest {
+ Frame { msec: 0 }
+}