aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-04-10 12:10:39 +0200
committerTobias Hunger <tobias.hunger@digia.com>2014-04-11 11:19:44 +0200
commit48255c92293c336d77ad4072a8dd41f7a250dfd9 (patch)
treecaa43b88fa98432d045bd9bfef21fd8de2b7e887 /src/plugins/projectexplorer/taskmodel.h
parentbc8e9ca14f12c76f43f322ad6a266b92c23ca21f (diff)
TaskModel: Do not duplicate items
When inserting new items into the TaskFilterModel we could end up duplicating the items. Do not do that. Change-Id: I2450bac185a881e16f23368b39ce5e273c061d99 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/taskmodel.h')
-rw-r--r--src/plugins/projectexplorer/taskmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/taskmodel.h b/src/plugins/projectexplorer/taskmodel.h
index 7d6c1ae59e..1032d6be43 100644
--- a/src/plugins/projectexplorer/taskmodel.h
+++ b/src/plugins/projectexplorer/taskmodel.h
@@ -179,7 +179,6 @@ private:
QList<Core::Id> m_categoryIds;
mutable QList<int> m_mapping;
- mutable bool m_mappingUpToDate;
TaskModel *m_sourceModel;
};