hmmm...

For made comments on a line
Qt Code:
  1. .....
  2. .....
  3. .....
  4. this->disconnectFromHost();
  5. // if(this->state() == QAbstractSocket::ConnectedState) - !!!
  6. this->waitForDisconnected(5000);
  7. }
To copy to clipboard, switch view to plain text mode 

and here that has received in messages

QAbstractSocket::waitForDisconnected() is not allowed in UnconnectedState