diff options
author | dt <qtc-committer@nokia.com> | 2010-07-02 14:19:13 +0200 |
---|---|---|
committer | dt <qtc-committer@nokia.com> | 2010-07-15 10:47:34 +0200 |
commit | 6fdfc6596d879a32492e1b05ac86a1be0f2fdca9 (patch) | |
tree | b01750beb36aa230b3e44757eef9f0b2b6e16a07 /src/plugins/projectexplorer/taskwindow.h | |
parent | b61c37691497c3fb6c554122475138c302ba44ad (diff) | |
download | qt-creator-6fdfc6596d879a32492e1b05ac86a1be0f2fdca9.tar.gz |
Add more signals to BuildManager.
Enabling other plugins to know which tasks currently exist.
Diffstat (limited to 'src/plugins/projectexplorer/taskwindow.h')
-rw-r--r-- | src/plugins/projectexplorer/taskwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/taskwindow.h b/src/plugins/projectexplorer/taskwindow.h index 7c8d6101b6..05dbab1570 100644 --- a/src/plugins/projectexplorer/taskwindow.h +++ b/src/plugins/projectexplorer/taskwindow.h @@ -129,6 +129,7 @@ public: signals: void tasksChanged(); + void tasksCleared(); private slots: void showTaskInFile(const QModelIndex &index); |