mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-14 01:54:07 +02:00
readyRead is not used as a Slot/Signal
This commit is contained in:
committed by
Michael Zanetti
parent
b362e2a9bd
commit
b9b24e8161
@@ -230,7 +230,6 @@ ConnectionManager::handoverSocket( QTcpSocketExtra* sock )
|
||||
Q_ASSERT( m_controlConnection->socket().isNull() );
|
||||
Q_ASSERT( sock->isValid() );
|
||||
|
||||
disconnect( sock, SIGNAL( readyRead() ), this, SLOT( readyRead() ) );
|
||||
disconnect( sock, SIGNAL( disconnected() ), sock, SLOT( deleteLater() ) );
|
||||
disconnect( sock, SIGNAL( error( QAbstractSocket::SocketError ) ), this, SLOT( socketError( QAbstractSocket::SocketError ) ) );
|
||||
|
||||
|
Reference in New Issue
Block a user