1
0
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:
Leo Franchi 2012-05-22 08:13:04 -04:00
parent 413bddaf7d
commit 5766ea382b

View File

@ -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 )