1
0
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:
Leo Franchi
2011-04-04 18:50:10 -04:00
parent 806b3a3281
commit 8881fab205

View File

@@ -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();