mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 15:16:34 +02:00
sipjreen: Fix some signal and slot connections
This commit is contained in:
@@ -106,8 +106,8 @@ JabberPlugin::connectPlugin( bool startup )
|
|||||||
QObject::connect( p, SIGNAL( peerOffline( QString ) ), SIGNAL( peerOffline( QString ) ) );
|
QObject::connect( p, SIGNAL( peerOffline( QString ) ), SIGNAL( peerOffline( QString ) ) );
|
||||||
QObject::connect( p, SIGNAL( msgReceived( QString, QString ) ), SIGNAL( msgReceived( QString, QString ) ) );
|
QObject::connect( p, SIGNAL( msgReceived( QString, QString ) ), SIGNAL( msgReceived( QString, QString ) ) );
|
||||||
|
|
||||||
QObject::connect( p, SIGNAL( connected() ), SIGNAL( onConnected() ) );
|
QObject::connect( p, SIGNAL( connected() ), SLOT( onConnected() ) );
|
||||||
QObject::connect( p, SIGNAL( disconnected() ), SIGNAL( onDisconnected() ) );
|
QObject::connect( p, SIGNAL( disconnected() ), SLOT( onDisconnected() ) );
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user