mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 08:19:42 +01:00
Remove assertion---happens easily on shutdown if you quit too early while tomahawk is loading, and i've never seen it otherwise.
This commit is contained in:
parent
47a92664df
commit
e367e49039
@ -134,8 +134,6 @@ SourceList::add( const source_ptr& source )
|
||||
void
|
||||
SourceList::removeAllRemote()
|
||||
{
|
||||
Q_ASSERT( m_isReady );
|
||||
|
||||
foreach( const source_ptr& s, m_sources )
|
||||
{
|
||||
qDebug() << "Disconnecting" << s->friendlyName() << s->isLocal() << s->controlConnection() << s->isOnline();
|
||||
|
Loading…
x
Reference in New Issue
Block a user