adapters don't need to set DebuggerNotReady state

This commit is contained in:
Oswald Buddenhagen
2009-10-15 13:51:02 +02:00
parent de9b4e8365
commit 4b0060c537
4 changed files with 0 additions and 4 deletions

View File

@@ -1548,7 +1548,6 @@ void TrkGdbAdapter::handleGdbFinished(int exitCode, QProcess::ExitStatus exitSta
emitDelayedAdapterStartFailed(msg);// Potentially emitted from QProcess::start() on Windows
} else {
logMessage(msg);
setState(DebuggerNotReady);
emit adapterShutDown();
}
}