mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
Fix heisenbug
This commit is contained in:
@@ -95,8 +95,8 @@ AccountModel::loadData()
|
|||||||
if ( acct )
|
if ( acct )
|
||||||
{
|
{
|
||||||
m_accounts << new AccountModelNode( acct );
|
m_accounts << new AccountModelNode( acct );
|
||||||
#if ACCOUNTMODEL_DEBUG
|
|
||||||
const int removed = allAccounts.removeAll( acct );
|
const int removed = allAccounts.removeAll( acct );
|
||||||
|
#if ACCOUNTMODEL_DEBUG
|
||||||
qDebug() << "Removed custom account from misc accounts list, found:" << removed;
|
qDebug() << "Removed custom account from misc accounts list, found:" << removed;
|
||||||
qDebug() << "All accounts after remove:";
|
qDebug() << "All accounts after remove:";
|
||||||
foreach ( Account* acct, allAccounts )
|
foreach ( Account* acct, allAccounts )
|
||||||
|
Reference in New Issue
Block a user