1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

unused_variable_warnings--

This commit is contained in:
Dominik Schmidt 2012-05-24 01:10:03 +02:00
parent b0a99ad1ad
commit 41d0c9b153

View File

@ -101,6 +101,8 @@ AccountModel::loadData()
qDebug() << "All accounts after remove:";
foreach ( Account* acct, allAccounts )
qDebug() << acct->accountFriendlyName() << "\t" << acct->accountId(); // All other accounts we haven't dealt with yet
#else
Q_UNUSED( removed );
#endif
}
} else