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

@@ -129,6 +129,7 @@ public:
signals:
void tasksChanged();
void tasksCleared();
private slots:
void showTaskInFile(const QModelIndex &index);