aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeflickable/data/flickableqgraphicswidget.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeflickable/data/flickableqgraphicswidget.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeflickable/data/flickableqgraphicswidget.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeflickable/data/flickableqgraphicswidget.qml b/tests/auto/qtquick1/qdeclarativeflickable/data/flickableqgraphicswidget.qml
deleted file mode 100644
index 6cbf12c1ee..0000000000
--- a/tests/auto/qtquick1/qdeclarativeflickable/data/flickableqgraphicswidget.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.0
-
-Flickable {
- width: 100; height: 100
-
- QGraphicsWidget { objectName: "widget1"; width: 200; height: 300 }
-}