aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/wrap.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/wrap.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/wrap.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/wrap.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/wrap.qml
deleted file mode 100644
index 6d72430eb4..0000000000
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/wrap.qml
+++ /dev/null
@@ -1,14 +0,0 @@
-import QtQuick 1.0
-import "../../shared" 1.0
-
-Rectangle {
- width: childrenRect.width
- height: childrenRect.height
-
- TestText {
- width: 80
- maximumLineCount: 3
- wrapMode: Text.WordWrap
- text: "The quick brown fox jumped over the lazy dog"
- }
-}