aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml b/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml
deleted file mode 100644
index 3af0313692..0000000000
--- a/tests/auto/qtquick1/qdeclarativetextedit/data/CursorRect.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 1.0
-
-TextEdit {
- focus: true
- objectName: "myEdit"
- width: 50
- text: "This is a long piece of text"
-}