mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Remove assert as it hits of synchrotron is down, no fun
This commit is contained in:
@@ -121,7 +121,7 @@ AccountModel::loadData()
|
|||||||
foreach ( Account* acct, allAccounts )
|
foreach ( Account* acct, allAccounts )
|
||||||
{
|
{
|
||||||
qDebug() << "Resolver is left over:" << acct->accountFriendlyName();
|
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 ) )
|
if ( qobject_cast< ResolverAccount* >( acct ) && !qobject_cast< AtticaResolverAccount* >( acct ) )
|
||||||
m_accounts << new AccountModelNode( qobject_cast< ResolverAccount* >( acct ) );
|
m_accounts << new AccountModelNode( qobject_cast< ResolverAccount* >( acct ) );
|
||||||
|
Reference in New Issue
Block a user