centralize setting of AdapterStarted state

This commit is contained in:
Oswald Buddenhagen
2009-10-15 13:48:25 +02:00
parent e0a0aebbae
commit de9b4e8365
6 changed files with 1 additions and 5 deletions

View File

@@ -93,7 +93,6 @@ void RemoteGdbAdapter::startAdapter()
void RemoteGdbAdapter::handleGdbStarted()
{
QTC_ASSERT(state() == AdapterStarting, qDebug() << state());
setState(AdapterStarted);
emit adapterStarted();
}