summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice_p.h
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2021-02-09 22:05:30 +0000
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-02-24 16:19:24 +0000
commite735be5d52f08004bc3d8f246240d7c2c8418a17 (patch)
tree8bd70bef778ef0530a455712b651e93f6767a804 /src/client/qwaylandinputdevice_p.h
parent833be93bfba27b57a5240f65e39694322d30e720 (diff)
Client: Generate method to expose used version of a given proxy
Relying on the compositor version only works for the core protocols. Using the version of our relevant object is more extensible and relies on less caching. Pick-to: 6.1 Change-Id: I1044e43a1e24a25359db95988c9956f4f1b5d35f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/client/qwaylandinputdevice_p.h')
-rw-r--r--src/client/qwaylandinputdevice_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/qwaylandinputdevice_p.h b/src/client/qwaylandinputdevice_p.h
index 303c9bb31..b23de1f42 100644
--- a/src/client/qwaylandinputdevice_p.h
+++ b/src/client/qwaylandinputdevice_p.h
@@ -164,7 +164,6 @@ protected:
QWaylandDisplay *mQDisplay = nullptr;
struct wl_display *mDisplay = nullptr;
- int mVersion;
uint32_t mCaps = 0;
#if QT_CONFIG(cursor)