mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Hide verbose accountmodel debug
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user