1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-08 03:52:42 +01:00

Fix duplicate call of close function

This commit is contained in:
Elias Steurer 2020-05-31 15:20:57 +02:00
parent ae6d697cac
commit 53f618a299

View File

@ -98,7 +98,6 @@ public:
m_socket = socket;
connect(m_socket, &QLocalSocket::readyRead, this, &SDKConnection::readyRead);
connect(m_socket, &QLocalSocket::disconnected, this, &SDKConnection::close);
}
~SDKConnection()
{