aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates/qquickswipedelegate_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quicktemplates/qquickswipedelegate_p_p.h')
-rw-r--r--src/quicktemplates/qquickswipedelegate_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quicktemplates/qquickswipedelegate_p_p.h b/src/quicktemplates/qquickswipedelegate_p_p.h
index 4963bb0ff7..78034badd3 100644
--- a/src/quicktemplates/qquickswipedelegate_p_p.h
+++ b/src/quicktemplates/qquickswipedelegate_p_p.h
@@ -34,6 +34,7 @@ public:
bool handleMouseReleaseEvent(QQuickItem *item, QMouseEvent *event);
void forwardMouseEvent(QMouseEvent *event, QQuickItem *destination, QPointF localPos);
bool attachedObjectsSetPressed(QQuickItem *item, QPointF scenePos, bool pressed, bool cancel = false);
+ QQuickItem *getPressedItem(QQuickItem *childItem, QMouseEvent *event) const;
void resizeContent() override;
void resizeBackground() override;