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:
parent
538db98e2c
commit
35706f16f7
@ -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 ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user