mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
* Fixed accidental typo.
This commit is contained in:
@@ -339,7 +339,7 @@ XmppSipPlugin::onDisconnect( Jreen::Client::DisconnectReason reason )
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
qDebug() << "Not all Client::DisconnectReasons checked" << ( int ) reason;
|
qDebug() << "Not all Client::DisconnectReasons checked" << ( int ) reason;
|
||||||
Q_ASSERT( false s);
|
Q_ASSERT( false );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
m_state = Account::Disconnected;
|
m_state = Account::Disconnected;
|
||||||
|
Reference in New Issue
Block a user