summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickrangemodel_p_p.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-09-21 08:33:50 +0200
committerLiang Qi <liang.qi@qt.io>2016-09-21 08:33:50 +0200
commit4e26a18ede1775ae06bef7c272994e84510ebd9a (patch)
tree0543dca51dc0b4f7a42c755235db4b00d2f080b4 /src/controls/Private/qquickrangemodel_p_p.h
parent271d1efc13d4534830e37fd12fa6202981da723c (diff)
parent3b093789b07c670e29d3275e26c4e7122db042ae (diff)
downloadqtquickcontrols-4e26a18ede1775ae06bef7c272994e84510ebd9a.tar.gz
Merge remote-tracking branch 'origin/5.8' into dev
Change-Id: I20f0f7a50b55907f4a6e574bdfe92bc9538879d6
Diffstat (limited to 'src/controls/Private/qquickrangemodel_p_p.h')
-rw-r--r--src/controls/Private/qquickrangemodel_p_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/controls/Private/qquickrangemodel_p_p.h b/src/controls/Private/qquickrangemodel_p_p.h
index 5c56814e..ab0627d3 100644
--- a/src/controls/Private/qquickrangemodel_p_p.h
+++ b/src/controls/Private/qquickrangemodel_p_p.h
@@ -70,6 +70,9 @@ public:
uint inverted : 1;
QQuickRangeModel1 *q_ptr;
+ bool isComplete;
+ bool positionChanged;
+ bool valueChanged;
inline qreal effectivePosAtMin() const {
return inverted ? posatmax : posatmin;