From 5adb6559e25a075c41a7ab32cc168252c79e4f0a Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 23 Jun 2010 11:55:35 +0200 Subject: debugger: attempt to fix symbian output connections --- src/plugins/debugger/debuggerrunner.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/debugger/debuggerrunner.cpp') diff --git a/src/plugins/debugger/debuggerrunner.cpp b/src/plugins/debugger/debuggerrunner.cpp index 61afe22be2..9c38c14500 100644 --- a/src/plugins/debugger/debuggerrunner.cpp +++ b/src/plugins/debugger/debuggerrunner.cpp @@ -171,7 +171,7 @@ RunControl *DebuggerRunControlFactory::create return create(sp, runConfiguration); } -RunControl *DebuggerRunControlFactory::create(const DebuggerStartParameters &sp, +DebuggerRunControl *DebuggerRunControlFactory::create(const DebuggerStartParameters &sp, RunConfiguration *runConfiguration) { DebuggerRunControl *runControl = new DebuggerRunControl(runConfiguration); @@ -369,7 +369,7 @@ void DebuggerRunControl::createEngine(const DebuggerStartParameters &sp) break; default: { // Could not find anything suitable. - emit debuggingFinished(); + debuggingFinished(); // Create Message box with possibility to go to settings const QString msg = tr("Cannot debug '%1' (tool chain: '%2'): %3") .arg(sp.executable, toolChainName(sp.toolChainType), m_errorMessage); -- cgit v1.2.1