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

@@ -1759,7 +1759,7 @@ AbstractGdbAdapter *GdbEngine::createAdapter()
}
}
void GdbEngine::startDebugger()
void GdbEngine::startEngine()
{
//qDebug() << "GDB START DEBUGGER";
QTC_ASSERT(state() == EngineStarting, qDebug() << state());