diff options
Diffstat (limited to 'src/quick/handlers/qquickpointerhandler_p_p.h')
| -rw-r--r-- | src/quick/handlers/qquickpointerhandler_p_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/handlers/qquickpointerhandler_p_p.h b/src/quick/handlers/qquickpointerhandler_p_p.h index be2019618a..36797ef8b3 100644 --- a/src/quick/handlers/qquickpointerhandler_p_p.h +++ b/src/quick/handlers/qquickpointerhandler_p_p.h @@ -39,6 +39,7 @@ public: bool dragOverThreshold(QVector2D delta) const; bool dragOverThreshold(const QEventPoint &point) const; + virtual void onParentChanged(QQuickItem * /*oldParent*/, QQuickItem * /*newParent*/) {} virtual void onEnabledChanged() {} static QVector<QObject *> &deviceDeliveryTargets(const QInputDevice *device); |
