aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanchors/data/hvCenter.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanchors/data/hvCenter.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanchors/data/hvCenter.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanchors/data/hvCenter.qml b/tests/auto/qtquick1/qdeclarativeanchors/data/hvCenter.qml
deleted file mode 100644
index 11b31ffdc0..0000000000
--- a/tests/auto/qtquick1/qdeclarativeanchors/data/hvCenter.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width: 77; height: 95
- Rectangle {
- objectName: "centered"
- width: 57; height: 57; color: "blue"
- anchors.verticalCenter: parent.verticalCenter
- anchors.horizontalCenter: parent.horizontalCenter
- }
-}