mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-24 14:42:53 +02:00
clean up after ourselves
This commit is contained in:
@@ -217,6 +217,7 @@ PlaylistModel::trackResolved( bool )
|
|||||||
Q_ASSERT( q );
|
Q_ASSERT( q );
|
||||||
|
|
||||||
m_waitingForResolved.removeAll( q );
|
m_waitingForResolved.removeAll( q );
|
||||||
|
disconnect( q, SIGNAL( resolvingFinished( bool ) ), this, SLOT( trackResolved( bool ) ) );
|
||||||
|
|
||||||
if( m_waitingForResolved.isEmpty() )
|
if( m_waitingForResolved.isEmpty() )
|
||||||
emit loadingFinished();
|
emit loadingFinished();
|
||||||
|
Reference in New Issue
Block a user