shitty typo

master 0.1.1
const an teen 2021-10-30 20:37:51 +03:00
parent 1eb69354e9
commit f265051c3a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ void Resolver::slotNewUser()
QTcpSocket* clientSocket = m_tcpServer->nextPendingConnection(); QTcpSocket* clientSocket = m_tcpServer->nextPendingConnection();
connect (clientSocket, SIGNAL(readyRead()), this, SLOT(slotReadyClient())); connect (clientSocket, SIGNAL(readyRead()), this, SLOT(slotReadyClient()));
connect (clientSocket, SIGNAL(disconnected()), this, SLOT(deleteLater())); connect (clientSocket, SIGNAL(disconnected()), clientSocket, SLOT(deleteLater()));
} }
void Resolver::slotReadyClient() void Resolver::slotReadyClient()