aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/imageparticle/content/sharing.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/imageparticle/content/sharing.qml')
-rw-r--r--examples/quick/particles/imageparticle/content/sharing.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/imageparticle/content/sharing.qml b/examples/quick/particles/imageparticle/content/sharing.qml
index 13b0dadf85..13ca1aa2d1 100644
--- a/examples/quick/particles/imageparticle/content/sharing.qml
+++ b/examples/quick/particles/imageparticle/content/sharing.qml
@@ -87,7 +87,7 @@ Rectangle {
states: State {
name: "Current"
when: pet.ListView.isCurrentItem
- PropertyChanges { target: pet; x: 20 }
+ PropertyChanges { pet.x: 20 }
}
transitions: Transition {
NumberAnimation { properties: "x"; duration: 200 }