mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
user banning
This commit is contained in:
parent
6145d6d524
commit
57f9e2c3b4
27 changed files with 220 additions and 37 deletions
|
|
@ -31,8 +31,9 @@ RemoteClient::~RemoteClient()
|
|||
|
||||
void RemoteClient::slotSocketError(QAbstractSocket::SocketError /*error*/)
|
||||
{
|
||||
emit socketError(socket->errorString());
|
||||
QString errorString = socket->errorString();
|
||||
disconnectFromServer();
|
||||
emit socketError(errorString);
|
||||
}
|
||||
|
||||
void RemoteClient::slotConnected()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue