aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-09-08 14:37:41 +0200
committerLars Knoll <lars.knoll@qt.io>2017-09-08 15:00:53 +0000
commit00adacd7934d7553eaea7c6d2b43bcb3df439e3e (patch)
treeb4f1c22011061b605b8656461cd9133c5c9fcc5e
parent0167f5fc6115cbb52ecd1d882048c1f2cf70fc7f (diff)
Remove unused member variablev5.10.0-alpha1
And fix a valgrind warning about the other variables in the bitfield being used uninitialized. Change-Id: I1f3730873ef2b95e8298d0cb8f4014aa4a221dd3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/quick/items/qquickpathview_p_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/items/qquickpathview_p_p.h b/src/quick/items/qquickpathview_p_p.h
index d58c986d1a..274086ea7c 100644
--- a/src/quick/items/qquickpathview_p_p.h
+++ b/src/quick/items/qquickpathview_p_p.h
@@ -153,7 +153,6 @@ public:
bool moving : 1;
bool flicking : 1;
bool dragging : 1;
- bool requestedOnPath : 1;
bool inRequest : 1;
bool delegateValidated : 1;
bool inRefill : 1;