summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/shared
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-04 23:32:19 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-11-04 23:32:19 (GMT)
commit7f8250ddb43275d59c6f9947eebc8e66642ea5f9 (patch)
treea9abe1085462c6ce9982d75e96b23ff81428b689 /tests/auto/declarative/qmlvisual/shared
parent2875e6b26c9a40ad1f5e4e214937e5a19a56432c (diff)
downloadQt-7f8250ddb43275d59c6f9947eebc8e66642ea5f9.zip
Qt-7f8250ddb43275d59c6f9947eebc8e66642ea5f9.tar.gz
Qt-7f8250ddb43275d59c6f9947eebc8e66642ea5f9.tar.bz2
Whitespace fixes
Supposed to be in the last commit - not really helpful if the filter says something is wrong but pushes it anyways.
Diffstat (limited to 'tests/auto/declarative/qmlvisual/shared')
-rw-r--r--tests/auto/declarative/qmlvisual/shared/TestTextEdit.qml2
-rw-r--r--tests/auto/declarative/qmlvisual/shared/TestTextInput.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlvisual/shared/TestTextEdit.qml b/tests/auto/declarative/qmlvisual/shared/TestTextEdit.qml
index fb35ae3..e19e418 100644
--- a/tests/auto/declarative/qmlvisual/shared/TestTextEdit.qml
+++ b/tests/auto/declarative/qmlvisual/shared/TestTextEdit.qml
@@ -7,7 +7,7 @@ TextEdit {
font.family: fixedFont.name
font.pixelSize: 12
cursorDelegate: Rectangle {
- width: 1;
+ width: 1;
color: "black";
visible: edit.cursorVisible
}
diff --git a/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml b/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml
index 8593218..e01c2c2 100644
--- a/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml
+++ b/tests/auto/declarative/qmlvisual/shared/TestTextInput.qml
@@ -7,7 +7,7 @@ TextInput {
font.family: fixedFont.name
font.pixelSize: 12
cursorDelegate: Rectangle {
- width: 1;
+ width: 1;
color: "black";
visible: parent.cursorVisible//bug that 'inp' doesn't seem to work?
}