summaryrefslogtreecommitdiff
path: root/tests/auto/qml/intents/apps/intents2/intents2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/intents/apps/intents2/intents2.qml')
-rw-r--r--tests/auto/qml/intents/apps/intents2/intents2.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/intents/apps/intents2/intents2.qml b/tests/auto/qml/intents/apps/intents2/intents2.qml
index 2df1adca..435c9cb1 100644
--- a/tests/auto/qml/intents/apps/intents2/intents2.qml
+++ b/tests/auto/qml/intents/apps/intents2/intents2.qml
@@ -19,7 +19,7 @@ QtObject {
property var handler: IntentHandler {
intentIds: [ "both", "only2" ]
- onRequestReceived: {
+ onRequestReceived: (request) => {
Qt.callLater(function() {
request.sendReply({ "from": ApplicationInterface.applicationId, "in": request.parameters})
})