aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/taskmodel.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-11-25 11:58:32 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-11-25 13:36:13 +0100
commit9233be390b9b744a01c8c7c98638d1abea6cb819 (patch)
tree271c2fc9838ac281f90013231eb4ab6c8aa84ea1 /src/plugins/projectexplorer/taskmodel.h
parent5b92d43814eb01fd9fc0469e4a56269179f87b2a (diff)
Tasks: Remove one of two methods to find the task icon
The method is in a internal class, so this does not break the build for external plugins. Change-Id: I9ad75e8230059d865ec7a73aa0868cb82a35b35f Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/taskmodel.h')
-rw-r--r--src/plugins/projectexplorer/taskmodel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/projectexplorer/taskmodel.h b/src/plugins/projectexplorer/taskmodel.h
index 5d98a6436b..852c11ca45 100644
--- a/src/plugins/projectexplorer/taskmodel.h
+++ b/src/plugins/projectexplorer/taskmodel.h
@@ -71,8 +71,6 @@ public:
enum Roles { File = Qt::UserRole, Line, MovedLine, Description, FileNotFound, Type, Category, Icon, Task_t };
- QIcon taskTypeIcon(Task::TaskType t) const;
-
int taskCount(const Core::Id &categoryId);
int errorTaskCount(const Core::Id &categoryId);
int warningTaskCount(const Core::Id &categoryId);
@@ -125,8 +123,6 @@ private:
int m_maxSizeOfFileName;
int m_lastMaxSizeIndex;
QFont m_fileMeasurementFont;
- const QIcon m_errorIcon;
- const QIcon m_warningIcon;
int m_sizeOfLineNumber;
QFont m_lineMeasurementFont;
};