1
0
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:
Uwe L. Korn
2013-05-23 19:43:38 +02:00
committed by Michael Zanetti
parent b362e2a9bd
commit b9b24e8161

View File

@@ -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 ) ) );