summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-10-19 09:21:42 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-10-19 16:45:13 +0200
commite4bc148ba2a3461c7f27b28570bdf73f617d907d (patch)
tree10b36b39f0629a73c45a37053eda9fb89912f06c /src/gui
parent4da14d64f1b879545d9676af38ccc089a31da4e1 (diff)
Remove redundant QPointingDevicePrivate::extra
The inherited QInputDevicePrivate::extra is enough. Change-Id: I663c63d9b6616ee1f3c312a905a34180a6a038c3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qpointingdevice_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qpointingdevice_p.h b/src/gui/kernel/qpointingdevice_p.h
index 871c39939f..299b99959e 100644
--- a/src/gui/kernel/qpointingdevice_p.h
+++ b/src/gui/kernel/qpointingdevice_p.h
@@ -104,7 +104,6 @@ public:
using EventPointMap = QFlatMap<int, EventPointData>;
mutable EventPointMap activePoints;
- void * extra = nullptr; // QPA plugins can store platform-specific stuff here
QPointingDeviceUniqueId uniqueId;
quint32 toolId = 0; // only for Wacom tablets
qint8 maximumTouchPoints = 0;