debugger: cosmetics

This commit is contained in:
hjk
2010-07-21 14:09:43 +02:00
parent f24216bdbb
commit fc35cd03a7
2 changed files with 2 additions and 2 deletions

View File

@@ -2374,7 +2374,7 @@ void DebuggerPluginPrivate::interruptDebuggingRequest()
void DebuggerPluginPrivate::exitDebugger()
{
// The engine will finally call setState(DebuggerNotReady) which
// The engine will finally call setState(DebuggerFinished) which
// in turn will handle the cleanup.
notifyCurrentEngine(RequestExecExitRole);
m_codeModelSnapshot = CPlusPlus::Snapshot();