Added a method to remove individual tasks from the task window.

This commit is contained in:
Erik Verbruggen
2010-04-16 12:41:26 +02:00
parent 61b3a7beb8
commit fb9a9ceede
2 changed files with 21 additions and 9 deletions

View File

@@ -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;