From af50be9ef8712a4b27d8ec5e821278d59f5caeea Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 22 May 2012 10:55:07 -0400 Subject: [PATCH] Don't assert on a potentially valid condition --- src/AccountDelegate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AccountDelegate.cpp b/src/AccountDelegate.cpp index 49eca49d7..1d7a23c01 100644 --- a/src/AccountDelegate.cpp +++ b/src/AccountDelegate.cpp @@ -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;