Remove QPointerEvent::isPointAccepted() and setPointAccepted()
They are redundant, not in use, and got added without implementation in
a81859a3c8
.
Change-Id: Ifed1fbf97a8158c2801df09dac47bf1fc90795d4
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
parent
2253d5eca6
commit
db07a20355
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user