summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-07-14 09:43:23 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-07-14 08:25:47 +0000
commita158dc2e76062e5cc7fced490926db9d25c697df (patch)
treeb13841c361a1c23ca36d2e4f959c6697371207d0
parent37d5aaa4b42f9c837f0d27edb9da2185971d02be (diff)
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>
-rw-r--r--src/gui/kernel/qevent.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index 0f18ef46f1..0e17cca4e8 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -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,