aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/snippets/qml/propertychanges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/snippets/qml/propertychanges.qml')
-rw-r--r--src/quick/doc/snippets/qml/propertychanges.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/doc/snippets/qml/propertychanges.qml b/src/quick/doc/snippets/qml/propertychanges.qml
index b49b9df2eb..f9f1b807e0 100644
--- a/src/quick/doc/snippets/qml/propertychanges.qml
+++ b/src/quick/doc/snippets/qml/propertychanges.qml
@@ -53,9 +53,9 @@ Item {
width: 100; height: 100
color: "red"
- MouseArea {
+ MouseArea {
id: mouseArea
- anchors.fill: parent
+ anchors.fill: parent
}
states: State {