mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 04:21:51 +02:00
* Don't assert when Jabber disconnects.
This commit is contained in:
parent
be2b9c7ab3
commit
b30bf94821
@ -292,7 +292,7 @@ Jabber_p::onDisconnect( ConnectionError e )
|
||||
|
||||
emit disconnected();
|
||||
|
||||
Q_ASSERT(0); //this->exit(1);
|
||||
// Q_ASSERT(0); //this->exit(1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user