aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllistmodel/data/multipleroles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmllistmodel/data/multipleroles.qml')
-rw-r--r--tests/auto/qml/qqmllistmodel/data/multipleroles.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qml/qqmllistmodel/data/multipleroles.qml b/tests/auto/qml/qqmllistmodel/data/multipleroles.qml
index 4a331e2b3e..cd4f1aca40 100644
--- a/tests/auto/qml/qqmllistmodel/data/multipleroles.qml
+++ b/tests/auto/qml/qqmllistmodel/data/multipleroles.qml
@@ -2,12 +2,12 @@ import QtQuick 2.0
ListView {
width: 100
height: 250
- delegate: Rectangle {
+ delegate: Rectangle {
width: 100
height: 50
- color: black ? "black": "white"
+ color: black ? "black": "white"
}
- model: ListModel {
+ model: ListModel {
objectName: "listModel"
ListElement {
black: false