mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02: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:
@@ -134,8 +134,6 @@ SourceList::add( const source_ptr& source )
|
|||||||
void
|
void
|
||||||
SourceList::removeAllRemote()
|
SourceList::removeAllRemote()
|
||||||
{
|
{
|
||||||
Q_ASSERT( m_isReady );
|
|
||||||
|
|
||||||
foreach( const source_ptr& s, m_sources )
|
foreach( const source_ptr& s, m_sources )
|
||||||
{
|
{
|
||||||
qDebug() << "Disconnecting" << s->friendlyName() << s->isLocal() << s->controlConnection() << s->isOnline();
|
qDebug() << "Disconnecting" << s->friendlyName() << s->isLocal() << s->controlConnection() << s->isOnline();
|
||||||
|
Reference in New Issue
Block a user