aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-07-22 18:02:12 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-07-23 07:45:40 +0000
commit0cac88bf0f67c7278588080624ba595e8b5bd620 (patch)
tree413a068c6dd0c85d042738c83342510c871c4c2b
parentda1a6606f5520e58a43030735ad608f40fdfc346 (diff)
Fix unused variable
Coverity was complaining about an uninitialized variable, but it was not being used then we can remove it instead. Amends commit 3d9a59b4329cd6f4af6f5e65bc59f8ff28180eec. Coverity-Id: 191020 Change-Id: I98cb0bac9d9985555fda2bc0d2682bd7f1bcc301 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--src/qml/types/qqmldelegatemodel_p_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/types/qqmldelegatemodel_p_p.h b/src/qml/types/qqmldelegatemodel_p_p.h
index c4e253800a..e87f8d4440 100644
--- a/src/qml/types/qqmldelegatemodel_p_p.h
+++ b/src/qml/types/qqmldelegatemodel_p_p.h
@@ -338,7 +338,6 @@ public:
bool m_transaction : 1;
bool m_incubatorCleanupScheduled : 1;
bool m_waitingToFetchMore : 1;
- bool m_useFirstColumnOnly : 1;
union {
struct {