diff options
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); |