forked from qt-creator/qt-creator
Add more signals to BuildManager.
Enabling other plugins to know which tasks currently exist.
This commit is contained in:
@@ -591,6 +591,7 @@ void TaskWindow::clearTasks(const QString &categoryId)
|
||||
|
||||
updateActions();
|
||||
emit tasksChanged();
|
||||
emit tasksCleared();
|
||||
navigateStateChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user