From 6af7bcc1deae525871fb116003112edf3d8f0006 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Mon, 6 Jul 2020 09:01:50 +0200 Subject: Move XdgShell types into their own import We want extensions to be accessible from submodules to QtWayland.Compositor, since this makes it easier to deprecate and remove things as they become outdated. [ChangeLog][XdgShell] Moved XdgShell types from QML import QtWayland.Compositor to QtWayland.Compositor.XdgShell. Task-number: QTBUG-68840 Change-Id: I74bf6e31dad1a05151f547ea5e5ff043128512cd Reviewed-by: Paul Olav Tvete --- examples/wayland/server-side-decoration/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/wayland/server-side-decoration') diff --git a/examples/wayland/server-side-decoration/main.qml b/examples/wayland/server-side-decoration/main.qml index d93d7689c..7974f3c7d 100644 --- a/examples/wayland/server-side-decoration/main.qml +++ b/examples/wayland/server-side-decoration/main.qml @@ -52,6 +52,7 @@ import QtQuick import QtQuick.Window import QtQuick.Layouts import QtWayland.Compositor +import QtWayland.Compositor.XdgShell WaylandCompositor { // The output defines the screen. -- cgit v1.2.3