Skip to content

Commit

Permalink
Remove redundant QPointingDevicePrivate::extra
Browse files Browse the repository at this point in the history
The inherited QInputDevicePrivate::extra is enough.

Change-Id: I663c63d9b6616ee1f3c312a905a34180a6a038c3
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
ec1oud committed Oct 19, 2020
1 parent 4da14d6 commit e4bc148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/kernel/qpointingdevice_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class Q_GUI_EXPORT QPointingDevicePrivate : public QInputDevicePrivate
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;
Expand Down

0 comments on commit e4bc148

Please sign in to comment.