diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2020-07-06 09:01:50 +0200 |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> | 2020-07-09 13:00:15 +0200 |
commit | 6af7bcc1deae525871fb116003112edf3d8f0006 (patch) | |
tree | e3b4271afb7529ea067733c4b2ce165eddd31e65 /examples/wayland/multi-screen/qml/main.qml | |
parent | 4f422bcb445123562c8b07e69b07b474cba58254 (diff) | |
download | qtwayland-6af7bcc1deae525871fb116003112edf3d8f0006.tar.gz |
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 <paul.tvete@qt.io>
Diffstat (limited to 'examples/wayland/multi-screen/qml/main.qml')
-rw-r--r-- | examples/wayland/multi-screen/qml/main.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/multi-screen/qml/main.qml b/examples/wayland/multi-screen/qml/main.qml index ed150199..6d3606d0 100644 --- a/examples/wayland/multi-screen/qml/main.qml +++ b/examples/wayland/multi-screen/qml/main.qml @@ -53,6 +53,7 @@ import QtQml import QtQuick import QtQuick.Window as Window import QtWayland.Compositor +import QtWayland.Compositor.XdgShell import QtQml.Models WaylandCompositor { |