aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_wrap.qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2011-05-30 11:23:22 +1000
committerMartin Jones <martin.jones@nokia.com>2011-05-30 11:23:22 +1000
commit0063c93d1ca1cc69b890e6263b95f18a7667b6ff (patch)
tree1e77bb6c8f49499e6d0012984d947105b0ac9084 /tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_wrap.qml
parent481eb161412b33222a74570183f74220265d19b9 (diff)
qmlvisual is broken and unmaintained. Remove it.
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_wrap.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_wrap.qml14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_wrap.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_wrap.qml
deleted file mode 100644
index 5d8f50b539..0000000000
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/newLines_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: "Line1 has a more\nLine2\nLine3\nLine4"
- }
-}