forked from qt-creator/qt-creator
Added a method to remove individual tasks from the task window.
This commit is contained in:
@@ -99,6 +99,7 @@ public:
|
||||
void addCategory(const QString &categoryId, const QString &displayName);
|
||||
|
||||
void addTask(const Task &task);
|
||||
void removeTask(const Task &task);
|
||||
void clearTasks(const QString &categoryId = QString());
|
||||
|
||||
int taskCount(const QString &categoryId = QString()) const;
|
||||
|
||||
Reference in New Issue
Block a user