m_error = NoError;
m_errorString;
m_idlePolicy = DoNothingIdlePolicy;
+ m_idle = true;
disconnecting = false;
authCommand = 0;
idleTimer->stop();
+ // Do not wait for the timer floodInterval seconds for the first command.
sendNextCommand();
commandTimer->start();
}
leaveIdleState();
break;
case ConnectedState:
- // Do not wait for the timer floodInterval seconds for the first command.
emit connected();
break;
default: