client: fix deprecation warning

use lcQpaInputDevices exported from QtGui

Pick-to: 6.8
Change-Id: I8a5c47ce35abdc39fb38a026b870f137f14a7448
Reviewed-by: David Edmundson <davidedmundson@kde.org>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Tim Blechmann 2024-10-30 10:42:34 +08:00
parent 2753bf6b6b
commit f19309cec5

View File

@ -12,7 +12,8 @@
#include <QtGui/private/qguiapplication_p.h>
#include <QtGui/private/qpointingdevice_p.h>
#include <qpa/qplatformtheme.h>
#include <QtGui/qpa/qplatformtheme.h>
#include <QtGui/qpa/qwindowsysteminterface_p.h>
#include <wayland-cursor.h>
@ -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)