mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
unused_variable_warnings--
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user