Debugger: Fix warning, remove unused AttachTcf mode.

This commit is contained in:
Friedemann Kleint
2011-04-08 16:04:53 +02:00
parent 7fafe86725
commit 6cf2cf8605
3 changed files with 2 additions and 2 deletions

View File

@@ -774,6 +774,8 @@ DebuggerEngine *DebuggerRunControlFactory::createEngine
return createQmlEngine(sp, masterEngine);
case LldbEngineType:
return createLldbEngine(sp);
default:
break;
}
*errorMessage = DebuggerRunControl::tr("Unable to create a debugger engine of the type '%1'").
arg(_(engineTypeName(et)));