QtGui: Clean up event headers, #3
- Remove unimplemented CT of QTabletEvent Task-number: QTBUG-72173 Change-Id: I22f88bc2962f2cf92cf33c9cba7081c0436affe6 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>bb10
parent
37d5aaa4b4
commit
a158dc2e76
|
|
@ -372,11 +372,6 @@ protected:
|
|||
class Q_GUI_EXPORT QTabletEvent : public QSinglePointEvent
|
||||
{
|
||||
public:
|
||||
QTabletEvent(Type t, const QPointF &pos, const QPointF &globalPos,
|
||||
int deviceType, int pointerType, qreal pressure, int xTilt, int yTilt,
|
||||
qreal tangentialPressure, qreal rotation, int z,
|
||||
Qt::KeyboardModifiers keyState, qint64 uniqueID,
|
||||
Qt::MouseButton button, Qt::MouseButtons buttons);
|
||||
QTabletEvent(Type t, const QPointingDevice *device,
|
||||
const QPointF &pos, const QPointF &globalPos,
|
||||
qreal pressure, int xTilt, int yTilt,
|
||||
|
|
|
|||
Loading…
Reference in New Issue