summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qtshell/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/qtshell/qml/main.qml')
-rw-r--r--examples/wayland/qtshell/qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/qtshell/qml/main.qml b/examples/wayland/qtshell/qml/main.qml
index 99813b576..7a4f505d5 100644
--- a/examples/wayland/qtshell/qml/main.qml
+++ b/examples/wayland/qtshell/qml/main.qml
@@ -15,7 +15,7 @@ WaylandCompositor {
//! [shell]
QtShell {
- onQtShellSurfaceCreated: screen.handleShellSurface(qtShellSurface)
+ onQtShellSurfaceCreated: (qtShellSurface) => screen.handleShellSurface(qtShellSurface)
}
//! [shell]
}