summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/taskwindow.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-07-02 14:19:13 +0200
committerdt <qtc-committer@nokia.com>2010-07-15 10:47:34 +0200
commit6fdfc6596d879a32492e1b05ac86a1be0f2fdca9 (patch)
treeb01750beb36aa230b3e44757eef9f0b2b6e16a07 /src/plugins/projectexplorer/taskwindow.h
parentb61c37691497c3fb6c554122475138c302ba44ad (diff)
downloadqt-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.h1
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);