mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
More debug
This commit is contained in:
@@ -76,11 +76,14 @@ AccountModel::loadData()
|
|||||||
if ( AtticaManager::instance()->hasCustomAccountForAttica( content.id() ) )
|
if ( AtticaManager::instance()->hasCustomAccountForAttica( content.id() ) )
|
||||||
{
|
{
|
||||||
Account* acct = AtticaManager::instance()->customAccountForAttica( content.id() );
|
Account* acct = AtticaManager::instance()->customAccountForAttica( content.id() );
|
||||||
|
qDebug() << "Found custom attica account for resolver:" << content.id() << acct->accountFriendlyName() << acct->accountId();
|
||||||
Q_ASSERT( acct );
|
Q_ASSERT( acct );
|
||||||
if ( acct )
|
if ( acct )
|
||||||
{
|
{
|
||||||
m_accounts << new AccountModelNode( acct );
|
m_accounts << new AccountModelNode( acct );
|
||||||
allAccounts.removeAll( acct );
|
const int removed = allAccounts.removeAll( acct );
|
||||||
|
|
||||||
|
qDebug() << "Removed custom account from misc accounts list, found:" << removed;
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user