mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
readyRead is not used as a Slot/Signal
This commit is contained in:
@@ -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