1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Don't assert on a potentially valid condition

This commit is contained in:
Leo Franchi 2012-05-22 10:55:07 -04:00
parent a538553d17
commit af50be9ef8

View File

@ -725,7 +725,6 @@ void
AccountDelegate::doneInstalling ( const QPersistentModelIndex& idx )
{
qDebug() << "STOP INSTALLING:" << idx.data( Qt::DisplayRole ).toString();
Q_ASSERT( m_loadingSpinners.contains( idx ) );
if ( !m_loadingSpinners.contains( idx ) )
return;