forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user