forked from qt-creator/qt-creator
Merge remote branch 'origin/2.0'
Conflicts: src/plugins/projectexplorer/taskwindow.cpp src/shared/proparser/profileevaluator.cpp
This commit is contained in:
@@ -95,8 +95,8 @@ public:
|
||||
void removeTask(const Task &task);
|
||||
void clearTasks(const QString &categoryId = QString());
|
||||
|
||||
int taskCount(const QString &categoryId = QString()) const;
|
||||
int errorTaskCount(const QString &categoryId = QString()) const;
|
||||
int taskCount() const;
|
||||
int errorTaskCount() const;
|
||||
|
||||
|
||||
// IOutputPane
|
||||
|
||||
Reference in New Issue
Block a user