mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Hide verbose accountmodel debug
This commit is contained in:
parent
414f553eb3
commit
5452c41760
@ -29,7 +29,7 @@
|
||||
using namespace Tomahawk;
|
||||
using namespace Accounts;
|
||||
|
||||
#define ACCOUNTMODEL_DEBUG 1
|
||||
#define ACCOUNTMODEL_DEBUG 0
|
||||
|
||||
AccountModel::AccountModel( QObject* parent )
|
||||
: QAbstractListModel( parent )
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
#include <attica/content.h>
|
||||
|
||||
#define ACCOUNTMODELNODE_DEBUG 1
|
||||
#define ACCOUNTMODELNODE_DEBUG 0
|
||||
|
||||
namespace Tomahawk {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user