aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/v4/data/singletonType.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/v4/data/singletonType.qml')
-rw-r--r--tests/auto/qml/v4/data/singletonType.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qml/v4/data/singletonType.qml b/tests/auto/qml/v4/data/singletonType.qml
deleted file mode 100644
index 3fcbcae64d..0000000000
--- a/tests/auto/qml/v4/data/singletonType.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import Qt.test 1.0 as ModApi
-import QtQuick 2.0
-
-Item {
- property int testProp: ModApi.V4.ip
- property int testProp2: 2
-
- function getRandom() {
- testProp2 = ModApi.V4.random();
- // testProp should also have changed.
- }
-}