debugger: rename startDebugger() to startEngine()

This commit is contained in:
hjk
2010-07-08 13:34:51 +02:00
parent 3145b27061
commit f8d96f09a6
14 changed files with 14 additions and 14 deletions

View File

@@ -374,7 +374,7 @@ void CdbDebugEngine::startupChecks()
syncDebuggerPaths();
}
void CdbDebugEngine::startDebugger()
void CdbDebugEngine::startEngine()
{
QTC_ASSERT(state() == EngineStarting, qDebug() << state());
const DebuggerStartParameters &sp = startParameters();