forked from qt-creator/qt-creator
centralize setting of AdapterStarted state
This commit is contained in:
@@ -93,7 +93,6 @@ void RemoteGdbAdapter::startAdapter()
|
||||
void RemoteGdbAdapter::handleGdbStarted()
|
||||
{
|
||||
QTC_ASSERT(state() == AdapterStarting, qDebug() << state());
|
||||
setState(AdapterStarted);
|
||||
emit adapterStarted();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user