aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/data/rotated.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetext/data/rotated.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativetext/data/rotated.qml18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetext/data/rotated.qml b/tests/auto/qtquick1/qdeclarativetext/data/rotated.qml
deleted file mode 100644
index 1e893b93fc..0000000000
--- a/tests/auto/qtquick1/qdeclarativetext/data/rotated.qml
+++ /dev/null
@@ -1,18 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width : 200
- height : 100
-
- Text {
- objectName: "text"
- x: 20
- y: 20
- height : 20
- width : 80
- text : "Something"
- rotation : 30
- transformOrigin : Item.TopLeft
- }
-}
-