aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeqt/data/point.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeqt/data/point.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeqt/data/point.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/data/point.qml b/tests/auto/declarative/qdeclarativeqt/data/point.qml
deleted file mode 100644
index fe12ee6232..0000000000
--- a/tests/auto/declarative/qdeclarativeqt/data/point.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property variant test1: Qt.point(19, 34);
- property variant test2: Qt.point(-3, 109.2);
- property variant test3: Qt.point(-3);
- property variant test4: Qt.point(-3, 109.2, 1);
-}
-