From 322b28f183d20850326ebc229d2658586c8cc5b6 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 2 Jul 2020 09:12:27 +0200 Subject: Remove deprecated code XdgShellv5 and XdgShellv6 have been deprecated in the compositor since 5.15, and wl-scaler since 5.13. These are now removed. Since the qwindow-compositor has not been updated for a long time, it depends on the outdated protocols. This change removes it, since it no longer represents best practices. This means we will be missing a proper C++-based compositor for now, so we will have to create a new one later. Change-Id: Icc6ef97c17e553f266c4145abeef26ddd631d6bf Reviewed-by: Qt CI Bot Reviewed-by: Paul Olav Tvete --- examples/wayland/minimal-qml/main.qml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/wayland/minimal-qml/main.qml') diff --git a/examples/wayland/minimal-qml/main.qml b/examples/wayland/minimal-qml/main.qml index 61cb6c9ef..55ec9c038 100644 --- a/examples/wayland/minimal-qml/main.qml +++ b/examples/wayland/minimal-qml/main.qml @@ -82,10 +82,6 @@ WaylandCompositor { onWlShellSurfaceCreated: shellSurfaces.append({shellSurface: shellSurface}); } - XdgShellV6 { - onToplevelCreated: - shellSurfaces.append({shellSurface: xdgSurface}); - } XdgShell { onToplevelCreated: shellSurfaces.append({shellSurface: xdgSurface}); -- cgit v1.2.3