1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 00:42:04 +02:00

Merge remote branch 'origin/master' into osxrelesae

This commit is contained in:
Leo Franchi 2011-05-09 17:28:50 +02:00
commit bc9befa8a6

@ -522,7 +522,7 @@ SipHandler::onSipInfo( const QString& peerId, const SipInfo& info )
void
SipHandler::onMessage( const QString& from, const QString& msg )
{
qDebug() << Q_FUNC_INFO;
qDebug() << Q_FUNC_INFO << from << msg;
}