1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

Remove assert as it hits of synchrotron is down, no fun

This commit is contained in:
Leo Franchi 2012-03-11 12:11:17 -04:00
parent 538db98e2c
commit 35706f16f7

View File

@ -121,7 +121,7 @@ AccountModel::loadData()
foreach ( Account* acct, allAccounts )
{
qDebug() << "Resolver is left over:" << acct->accountFriendlyName();
Q_ASSERT( !qobject_cast< AtticaResolverAccount* >( acct ) ); // This should be caught above in the attica list
// Q_ASSERT( !qobject_cast< AtticaResolverAccount* >( acct ) ); // This should be caught above in the attica list
if ( qobject_cast< ResolverAccount* >( acct ) && !qobject_cast< AtticaResolverAccount* >( acct ) )
m_accounts << new AccountModelNode( qobject_cast< ResolverAccount* >( acct ) );