summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2020-09-14 15:23:03 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2020-09-14 17:14:52 +0200
commitdb07a2035562f3e1843b9fefdfb98b8e6149fe33 (patch)
treed80617c2db549f83b3df2787449aa42a7a353162 /src/gui
parent2253d5eca6de707080af9af11bc0dcfdea846fc5 (diff)
Remove QPointerEvent::isPointAccepted() and setPointAccepted()
They are redundant, not in use, and got added without implementation in a81859a3c8d0f8b4367fc63988e1d653d34ed48a. Change-Id: Ifed1fbf97a8158c2801df09dac47bf1fc90795d4 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/kernel/qevent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index dd9e76dcd9..e4a35ed994 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -189,8 +189,6 @@ public:
virtual bool isPressEvent() const { return false; }
virtual bool isUpdateEvent() const { return false; }
virtual bool isReleaseEvent() const { return false; }
- bool isPointAccepted(const QEventPoint &point) const;
- void setPointAccepted(const QEventPoint &point, bool accepted = true);
QObject *exclusiveGrabber(const QEventPoint &point) const;
void setExclusiveGrabber(const QEventPoint &point, QObject *exclusiveGrabber);
QList<QPointer <QObject>> passiveGrabbers(const QEventPoint &point) const;