mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Used tLog() instead of qDebug() for jabber errors.
This commit is contained in:
@@ -325,6 +325,12 @@ JabberPlugin::onDisconnect( Jreen::Client::DisconnectReason reason )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
JabberPlugin::onError( const Jreen::Connection::SocketError& e )
|
||||||
|
{
|
||||||
|
tLog() << "JABBER error:" << e;
|
||||||
|
}
|
||||||
|
|
||||||
QString
|
QString
|
||||||
JabberPlugin::errorMessage( Jreen::Client::DisconnectReason reason )
|
JabberPlugin::errorMessage( Jreen::Client::DisconnectReason reason )
|
||||||
{
|
{
|
||||||
|
@@ -111,10 +111,7 @@ private slots:
|
|||||||
void onSubscriptionRequestConfirmed( int result );
|
void onSubscriptionRequestConfirmed( int result );
|
||||||
|
|
||||||
void onNewMessage( const Jreen::Message& message );
|
void onNewMessage( const Jreen::Message& message );
|
||||||
void onError( const Jreen::Connection::SocketError& e )
|
void onError( const Jreen::Connection::SocketError& e );
|
||||||
{
|
|
||||||
qDebug() << e;
|
|
||||||
}
|
|
||||||
void onNewIq( const Jreen::IQ &iq );
|
void onNewIq( const Jreen::IQ &iq );
|
||||||
void onNewAvatar( const QString &jid );
|
void onNewAvatar( const QString &jid );
|
||||||
void onCheckJidExists( QString jid );
|
void onCheckJidExists( QString jid );
|
||||||
|
Reference in New Issue
Block a user