From 3dff5e6316c1a4badb8fd3556f79f571f5cb1e5d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 13 Jul 2020 09:51:00 +0200 Subject: QtGui: Clean up event headers - Remove unimplemented QSinglePointEvent() - Remove forward declaration of QTouchEventTouchPointPrivate - Update copyright and add comment to qevent_ph.h Task-number: QTBUG-72173 Change-Id: Ie64b6071f2611001dcd8e3deec2f5ed382bb2312 Reviewed-by: Shawn Rutledge --- src/gui/kernel/qevent.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/kernel/qevent.h') diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h index 8cd8659bce..a3eb34ab32 100644 --- a/src/gui/kernel/qevent.h +++ b/src/gui/kernel/qevent.h @@ -216,7 +216,6 @@ public: class Q_GUI_EXPORT QSinglePointEvent : public QPointerEvent { public: - QSinglePointEvent(); QSinglePointEvent(Type type, const QPointingDevice *dev, const QPointF &localPos, const QPointF &scenePos, const QPointF &globalPos, Qt::MouseButton button = Qt::NoButton, Qt::MouseButtons buttons = Qt::NoButton, @@ -928,7 +927,6 @@ inline bool operator==(QKeyEvent *e, QKeySequence::StandardKey key){return (e ? inline bool operator==(QKeySequence::StandardKey key, QKeyEvent *e){return (e ? e->matches(key) : false);} #endif // QT_CONFIG(shortcut) -class QTouchEventTouchPointPrivate; class Q_GUI_EXPORT QTouchEvent : public QPointerEvent { public: -- cgit v1.2.3