From f19309cec51c7fe37de68d16e586c1907195a198 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 30 Oct 2024 10:42:34 +0800 Subject: [PATCH] client: fix deprecation warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit use lcQpaInputDevices exported from QtGui Pick-to: 6.8 Change-Id: I8a5c47ce35abdc39fb38a026b870f137f14a7448 Reviewed-by: David Edmundson Reviewed-by: Ulf Hermann Reviewed-by: Tor Arne Vestbø Reviewed-by: Shawn Rutledge --- src/plugins/platforms/wayland/qwaylandtabletv2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/platforms/wayland/qwaylandtabletv2.cpp b/src/plugins/platforms/wayland/qwaylandtabletv2.cpp index b29319bc9d6..f2cdf76bafd 100644 --- a/src/plugins/platforms/wayland/qwaylandtabletv2.cpp +++ b/src/plugins/platforms/wayland/qwaylandtabletv2.cpp @@ -12,7 +12,8 @@ #include #include -#include +#include +#include #include @@ -22,7 +23,6 @@ namespace QtWaylandClient { using namespace Qt::StringLiterals; -Q_LOGGING_CATEGORY(lcQpaInputDevices, "qt.qpa.input.devices") Q_DECLARE_LOGGING_CATEGORY(lcQpaWaylandInput) #if QT_CONFIG(cursor)