Optimize the taskCount tracking

Saving another 20%
This commit is contained in:
dt
2010-06-08 17:18:53 +02:00
parent 7bfb7a62e7
commit cedf9e21dc
2 changed files with 39 additions and 14 deletions

View File

@@ -102,8 +102,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