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

@@ -681,7 +681,7 @@ void DebuggerEngine::showMessage(const QString &msg, int channel, int timeout) c
void DebuggerEngine::startDebugger(DebuggerRunControl *runControl)
{
if (!isSessionEngine()) {
if (!isSessionEngine()) {
d->m_progress.setProgressRange(0, 100);
Core::FutureProgress *fp = Core::ICore::instance()->progressManager()
->addTask(d->m_progress.future(),

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