mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Don't assert on a potentially valid condition
This commit is contained in:
@@ -725,7 +725,6 @@ void
|
|||||||
AccountDelegate::doneInstalling ( const QPersistentModelIndex& idx )
|
AccountDelegate::doneInstalling ( const QPersistentModelIndex& idx )
|
||||||
{
|
{
|
||||||
qDebug() << "STOP INSTALLING:" << idx.data( Qt::DisplayRole ).toString();
|
qDebug() << "STOP INSTALLING:" << idx.data( Qt::DisplayRole ).toString();
|
||||||
Q_ASSERT( m_loadingSpinners.contains( idx ) );
|
|
||||||
if ( !m_loadingSpinners.contains( idx ) )
|
if ( !m_loadingSpinners.contains( idx ) )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user