debugger: attempt to fix symbian output connections

This commit is contained in:
hjk
2010-06-23 11:55:35 +02:00
parent bbf4acf43b
commit 5adb6559e2
7 changed files with 43 additions and 41 deletions

View File

@@ -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);