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:
parent
ae6d697cac
commit
53f618a299
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user