mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Fix heisenbug
This commit is contained in:
parent
413bddaf7d
commit
5766ea382b
@ -95,8 +95,8 @@ AccountModel::loadData()
|
||||
if ( acct )
|
||||
{
|
||||
m_accounts << new AccountModelNode( acct );
|
||||
#if ACCOUNTMODEL_DEBUG
|
||||
const int removed = allAccounts.removeAll( acct );
|
||||
#if ACCOUNTMODEL_DEBUG
|
||||
qDebug() << "Removed custom account from misc accounts list, found:" << removed;
|
||||
qDebug() << "All accounts after remove:";
|
||||
foreach ( Account* acct, allAccounts )
|
||||
|
Loading…
x
Reference in New Issue
Block a user