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:
@@ -129,6 +129,7 @@ public:
|
||||
|
||||
signals:
|
||||
void tasksChanged();
|
||||
void tasksCleared();
|
||||
|
||||
private slots:
|
||||
void showTaskInFile(const QModelIndex &index);
|
||||
|
||||
Reference in New Issue
Block a user