summaryrefslogtreecommitdiff
path: root/doc/src/qmlapp/firststepsqml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/firststepsqml.qdoc')
-rw-r--r--doc/src/qmlapp/firststepsqml.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/qmlapp/firststepsqml.qdoc b/doc/src/qmlapp/firststepsqml.qdoc
index 6a676a0c..bdeb0bff 100644
--- a/doc/src/qmlapp/firststepsqml.qdoc
+++ b/doc/src/qmlapp/firststepsqml.qdoc
@@ -268,12 +268,14 @@ Rectangle {
Rectangle {
width: parent.width / 2
height: parent.height
+ color: "blue"
}
Rectangle {
width: parent.width / 2
height: parent.height
x: parent.width / 2
+ color: "green"
}
}
\endqml