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