aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/system/content/dynamicemitters.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/particles/system/content/dynamicemitters.qml')
-rw-r--r--examples/quick/particles/system/content/dynamicemitters.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/particles/system/content/dynamicemitters.qml b/examples/quick/particles/system/content/dynamicemitters.qml
index 226e6de870..8eb87d2baa 100644
--- a/examples/quick/particles/system/content/dynamicemitters.qml
+++ b/examples/quick/particles/system/content/dynamicemitters.qml
@@ -138,7 +138,7 @@ Rectangle {
}
MouseArea {
anchors.fill: parent
- onClicked: customEmit(mouse.x, mouse.y);
+ onClicked: (mouse)=> customEmit(mouse.x, mouse.y);
}
Text {