debugger: adjust maemo adapter to new architecture

This commit is contained in:
hjk
2010-07-14 11:32:25 +02:00
parent f945366198
commit 02f85a9949
2 changed files with 3 additions and 4 deletions

View File

@@ -1293,8 +1293,7 @@ void DebuggerEngine::notifyInferiorExited()
}
setState(InferiorShutdownRequested);
setState(InferiorShutdownOk);
showMessage(_("QUEUE: SHUTDOWN ENGINE"));
QTimer::singleShot(0, d, SLOT(doShutdownEngine()));
d->queueShutdownEngine();
}
void DebuggerEngine::setState(DebuggerState state, bool forced)