Add more signals to BuildManager.

Enabling other plugins to know which tasks currently exist.
This commit is contained in:
dt
2010-07-02 14:19:13 +02:00
parent b61c376914
commit 6fdfc6596d
4 changed files with 8 additions and 0 deletions

View File

@@ -591,6 +591,7 @@ void TaskWindow::clearTasks(const QString &categoryId)
updateActions();
emit tasksChanged();
emit tasksCleared();
navigateStateChanged();
}