aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickpathview_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickpathview_p_p.h')
-rw-r--r--src/quick/items/qquickpathview_p_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/quick/items/qquickpathview_p_p.h b/src/quick/items/qquickpathview_p_p.h
index 3285b40036..2a547d9b47 100644
--- a/src/quick/items/qquickpathview_p_p.h
+++ b/src/quick/items/qquickpathview_p_p.h
@@ -127,6 +127,7 @@ public:
void addVelocitySample(qreal v);
qreal calcVelocity() const;
qint64 computeCurrentTime(QInputEvent *event);
+ void setDragging(bool d);
QQuickPath *path;
int currentIndex;
@@ -146,6 +147,7 @@ public:
bool layoutScheduled : 1;
bool moving : 1;
bool flicking : 1;
+ bool dragging : 1;
bool requestedOnPath : 1;
bool inRequest : 1;
QElapsedTimer timer;