From 6f69836da144a612e3bfb594805853abdd79324b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 26 Jan 2024 11:20:20 +0100 Subject: [PATCH] bump to 5 --- src/qwaylandlayershellintegration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qwaylandlayershellintegration.cpp b/src/qwaylandlayershellintegration.cpp index 8d90d26..d980ab0 100644 --- a/src/qwaylandlayershellintegration.cpp +++ b/src/qwaylandlayershellintegration.cpp @@ -15,7 +15,7 @@ namespace LayerShellQt { QWaylandLayerShellIntegration::QWaylandLayerShellIntegration() - : QWaylandShellIntegrationTemplate(4) + : QWaylandShellIntegrationTemplate(5) , m_xdgActivation(new QWaylandXdgActivationV1) { }