summaryrefslogtreecommitdiffstats
path: root/scroller/qkineticscroller_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'scroller/qkineticscroller_p.h')
-rw-r--r--scroller/qkineticscroller_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scroller/qkineticscroller_p.h b/scroller/qkineticscroller_p.h
index 83fc48c..6036beb 100644
--- a/scroller/qkineticscroller_p.h
+++ b/scroller/qkineticscroller_p.h
@@ -157,6 +157,8 @@ public:
qreal overshootStartTimeY;
int timerId;
+ bool cancelPress;
+
void (*debugHook)(void *user, const QPointF &releaseVelocity, const QPointF &position, const QPointF &overshootPosition);
void *debugHookUser;