From ca722d909b26f8284ebf1f8489913a1bd2941ad6 Mon Sep 17 00:00:00 2001 From: David Redondo Date: Wed, 6 Dec 2023 09:39:21 +0100 Subject: [PATCH] Adapt to QWaylandScreen being public Change-Id: I8c260ab7177011fd22db856615c8f72d6a8fabeb Reviewed-by: David Edmundson --- src/plugins/platforms/wayland/qwaylandscreen_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/platforms/wayland/qwaylandscreen_p.h b/src/plugins/platforms/wayland/qwaylandscreen_p.h index 4bc2531f64d..7409207f331 100644 --- a/src/plugins/platforms/wayland/qwaylandscreen_p.h +++ b/src/plugins/platforms/wayland/qwaylandscreen_p.h @@ -16,7 +16,7 @@ // #include -#include +#include #include #include @@ -38,7 +38,7 @@ public: class Q_WAYLANDCLIENT_EXPORT QWaylandScreen : public QPlatformScreen, QtWayland::wl_output, QtWayland::zxdg_output_v1, - public QNativeInterface::Private::QWaylandScreen + public QNativeInterface::QWaylandScreen { public: QWaylandScreen(QWaylandDisplay *waylandDisplay, int version, uint32_t id);