summaryrefslogtreecommitdiffstats
path: root/src/doc/src/snippets/declarative/propertychanges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/snippets/declarative/propertychanges.qml')
-rw-r--r--src/doc/src/snippets/declarative/propertychanges.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/src/snippets/declarative/propertychanges.qml b/src/doc/src/snippets/declarative/propertychanges.qml
index aecffedb..177ff875 100644
--- a/src/doc/src/snippets/declarative/propertychanges.qml
+++ b/src/doc/src/snippets/declarative/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 {