summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/pure-qml/qml/Chrome.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/Chrome.qml b/examples/wayland/pure-qml/qml/Chrome.qml
index 10710e71d..acef044ad 100644
--- a/examples/wayland/pure-qml/qml/Chrome.qml
+++ b/examples/wayland/pure-qml/qml/Chrome.qml
@@ -77,7 +77,7 @@ ShellSurfaceItem {
// some signals are not available on wl_shell, so let's ignore them
ignoreUnknownSignals: true
- onActivatedChanged: { // xdg_shell only
+ function onActivatedChanged() { // xdg_shell only
if (shellSurface.activated) {
receivedFocusAnimation.start();
}