From d636d86206f5b32667709bf9a7717460cc5b17a0 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Tue, 7 Jul 2020 09:56:41 +0200 Subject: Move WlShell types into their own import We want extensions to be in submodules in QML. [ChangeLog][WlShell] Moved WlShell types into QML import QtWayland.Compositor.WlShell rather than QtWayland.Compositor Task-number: QTBUG-68840 Change-Id: I7c3d2d05efdab86ea61affc6a9a0bc3e10835328 Reviewed-by: Paul Olav Tvete --- examples/wayland/pure-qml/qml/main.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/wayland/pure-qml/qml') diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml index eb4ccfc11..448c5ff8f 100644 --- a/examples/wayland/pure-qml/qml/main.qml +++ b/examples/wayland/pure-qml/qml/main.qml @@ -51,6 +51,7 @@ import QtQuick import QtWayland.Compositor import QtWayland.Compositor.XdgShell +import QtWayland.Compositor.WlShell WaylandCompositor { id: waylandCompositor -- cgit v1.2.3