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:
parent
b0a99ad1ad
commit
41d0c9b153
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user