mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Add some debug for hugo
This commit is contained in:
@@ -233,6 +233,7 @@ AtticaManager::customAccountForAttica( const QString &id ) const
|
|||||||
void
|
void
|
||||||
AtticaManager::registerCustomAccount( const QString &atticaId, Tomahawk::Accounts::Account *account )
|
AtticaManager::registerCustomAccount( const QString &atticaId, Tomahawk::Accounts::Account *account )
|
||||||
{
|
{
|
||||||
|
qDebug() << "Registering custom attica account for id:" << atticaId << account->accountId() << account->accountFriendlyName();
|
||||||
m_customAccounts.insert( atticaId, account );
|
m_customAccounts.insert( atticaId, account );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -127,7 +127,7 @@ AccountModel::loadData()
|
|||||||
#endif
|
#endif
|
||||||
foreach ( Account* acct, allAccounts )
|
foreach ( Account* acct, allAccounts )
|
||||||
{
|
{
|
||||||
qDebug() << "Resolver is left over:" << acct->accountFriendlyName();
|
qDebug() << "Resolver is left over:" << acct->accountFriendlyName() << acct->accountId();
|
||||||
// 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 ) )
|
||||||
|
Reference in New Issue
Block a user