diff options
author | hjk <hjk121@nokiamail.com> | 2013-08-01 14:16:10 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2013-08-02 12:06:32 +0200 |
commit | d0eb10582b7397ceb43e95d4c7af95ad5c4e074c (patch) | |
tree | 6c99e20b73946f54475f89101292ca4924bfbc07 /src/plugins/debugger/debuggerrunner.cpp | |
parent | f5afaac0704e2e51d055c74079b3c5bee5d63a6b (diff) | |
download | qt-creator-d0eb10582b7397ceb43e95d4c7af95ad5c4e074c.tar.gz |
TaskHub: De-noise user code
Change-Id: Ieb559e884fb08c96d739cf7684389ff740a6233e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/debugger/debuggerrunner.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index 72eb2d3df4..664776e7ba 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -458,7 +458,7 @@ static bool fixupEngineTypes(DebuggerStartParameters &sp, RunConfiguration *rc, DebuggerRunControl *DebuggerRunControlFactory::doCreate (const DebuggerStartParameters &sp0, RunConfiguration *rc, QString *errorMessage) { - TaskHub *th = ProjectExplorerPlugin::instance()->taskHub(); + TaskHub *th = ProjectExplorerPlugin::taskHub(); th->clearTasks(Debugger::Constants::TASK_CATEGORY_DEBUGGER_DEBUGINFO); th->clearTasks(Debugger::Constants::TASK_CATEGORY_DEBUGGER_TEST); th->clearTasks(Debugger::Constants::TASK_CATEGORY_DEBUGGER_RUNTIME); |