summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2023-10-09 09:45:57 +0200
committerBernd Weimer <bernd.weimer@qt.io>2023-10-09 16:16:03 +0200
commit0797c56082480b5ee894db97130b69b9439577e3 (patch)
treefcbfe04c22bb55b1d8410f9cb9d8b6812cc248e4 /tests
parent282c89a686480316e76aca293459cf1217063559 (diff)
Fix adding wayland extensions
Wayland extension objects should be created within their component context to allow "ComponentBehavior: Bound", which will be the default in the future. Change-Id: Ib229c9a9c0fd006c88d939140ad364bd902f1978 Pick-to: 6.6 6.5 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/windowmanager/IviApplicationExtension.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/windowmanager/IviApplicationExtension.qml b/tests/auto/qml/windowmanager/IviApplicationExtension.qml
index bd84ca6c..c2d1024f 100644
--- a/tests/auto/qml/windowmanager/IviApplicationExtension.qml
+++ b/tests/auto/qml/windowmanager/IviApplicationExtension.qml
@@ -2,6 +2,7 @@
// Copyright (C) 2019 Luxoft Sweden AB
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+pragma ComponentBehavior: Bound
import QtQuick 2.11
import QtApplicationManager.SystemUI 2.0
import QtWayland.Compositor 1.3