summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildmanager.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-06-30 16:39:32 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2010-06-30 17:18:15 +0200
commitd4ed1e2b5b026438692a4e056a6350d3bf8a6615 (patch)
tree331dcd566bb8225333ee702eeff63147a79382e5 /src/plugins/projectexplorer/buildmanager.cpp
parentfa6e6bc742627cb609b51abeb10e512ebe53abe2 (diff)
downloadqt-creator-d4ed1e2b5b026438692a4e056a6350d3bf8a6615.tar.gz
Add show output task handler
* Add a taskhandler that shows the compile output that originally created the task. Task-number: QTCREATORBUG-107 Reviewed-by: dt
Diffstat (limited to 'src/plugins/projectexplorer/buildmanager.cpp')
-rw-r--r--src/plugins/projectexplorer/buildmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/buildmanager.cpp b/src/plugins/projectexplorer/buildmanager.cpp
index 272e38e0be..45b5c0645b 100644
--- a/src/plugins/projectexplorer/buildmanager.cpp
+++ b/src/plugins/projectexplorer/buildmanager.cpp
@@ -282,6 +282,7 @@ void BuildManager::showBuildResults()
void BuildManager::addToTaskWindow(const ProjectExplorer::Task &task)
{
+ m_outputWindow->registerPositionOf(task);
m_taskWindow->addTask(task);
}