aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskmodel.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2012-09-18 17:09:17 +0200
committerDaniel Teske <daniel.teske@digia.com>2012-09-19 14:44:18 +0200
commit3e9c32696836503188d3e5da50cd0d1b6c33ba9e (patch)
tree7f38bd63f78d148428b1576e349415ac499b8be5 /src/plugins/projectexplorer/taskmodel.h
parent05be9bbdf5dc976849642a83038d5e5a63ae4620 (diff)
Issues Pane: Fix badge number on clearing tasks of unknown type
Task-number: QTCREATORBUG-7893 Change-Id: I80870916081bc3b7464417173b74020aed40d485 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, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/taskmodel.h b/src/plugins/projectexplorer/taskmodel.h
index 9b74e2938f..51fc1b1a23 100644
--- a/src/plugins/projectexplorer/taskmodel.h
+++ b/src/plugins/projectexplorer/taskmodel.h
@@ -74,6 +74,7 @@ public:
int taskCount(const Core::Id &categoryId);
int errorTaskCount(const Core::Id &categoryId);
int warningTaskCount(const Core::Id &categoryId);
+ int unknownTaskCount(const Core::Id &categoryId);
bool hasFile(const QModelIndex &index) const;