aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanchors/data/centerin.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanchors/data/centerin.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanchors/data/centerin.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanchors/data/centerin.qml b/tests/auto/qtquick1/qdeclarativeanchors/data/centerin.qml
deleted file mode 100644
index d3bc8cb2bc..0000000000
--- a/tests/auto/qtquick1/qdeclarativeanchors/data/centerin.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width: 200; height: 200
- Rectangle {
- objectName: "centered"
- width: 50; height: 50; color: "blue"
- anchors.centerIn: parent;
- anchors.verticalCenterOffset: 30
- anchors.horizontalCenterOffset: 10
- }
-}