1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 01:24:11 +02:00

Now that Jreen is fixed update signature

This commit is contained in:
Jeff Mitchell
2012-04-06 15:03:08 -04:00
parent 3b21c91a97
commit 110824bb06

View File

@@ -213,7 +213,7 @@ XmppSipPlugin::connectPlugin()
QTimer::singleShot( 1000, m_client, SLOT( connectToServer() ) );
if ( m_client->connection() )
connect(m_client->connection(), SIGNAL(error(SocketError)), SLOT(onError(SocketError)));
connect(m_client->connection(), SIGNAL(error(Jreen::Connection::SocketError)), SLOT(onError(Jreen::Connection::SocketError)));
m_state = Account::Connecting;
emit stateChanged( m_state );