aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/system/content/timedgroupchanges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/system/content/timedgroupchanges.qml')
-rw-r--r--examples/quick/particles/system/content/timedgroupchanges.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/system/content/timedgroupchanges.qml b/examples/quick/particles/system/content/timedgroupchanges.qml
index 9865d3294e..cab992f898 100644
--- a/examples/quick/particles/system/content/timedgroupchanges.qml
+++ b/examples/quick/particles/system/content/timedgroupchanges.qml
@@ -88,7 +88,7 @@ Rectangle {
duration: 1000
Affector {
once: true
- onAffected: worksEmitter.burst(400,x,y)
+ onAffected: (x, y)=> worksEmitter.burst(400,x,y)
}
}
//! [2]