summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandinputdevice_p.h
diff options
context:
space:
mode:
authorElvis Lee <kwangwoong.lee@lge.com>2020-12-28 16:08:24 +0900
committerElvis Lee <kwangwoong.lee@lge.com>2021-02-17 19:47:51 +0900
commit595b4d3428dbf9107c5e6bd62ef3c401d4ef2a18 (patch)
treea9ab9f83466dd6779ed5ad86a8fcbb62404ab706 /src/client/qwaylandinputdevice_p.h
parent23ebb5fc41a94918e01d97872491724280c4b1c2 (diff)
Support platform specific implementation
QtWaylandClient can be inherited to support platform specific implementaton. Change-Id: Ie0f4aa28dbb2dcd6b1245cb14e23f3b45e687400 Reviewed-by: Elvis Lee <kwangwoong.lee@lge.com> 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandinputdevice_p.h b/src/client/qwaylandinputdevice_p.h
index 53691e682..303c9bb31 100644
--- a/src/client/qwaylandinputdevice_p.h
+++ b/src/client/qwaylandinputdevice_p.h
@@ -160,7 +160,7 @@ public:
Pointer *pointer() const;
Touch *touch() const;
-private:
+protected:
QWaylandDisplay *mQDisplay = nullptr;
struct wl_display *mDisplay = nullptr;