mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Hide verbose accountmodel debug
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
using namespace Tomahawk;
|
using namespace Tomahawk;
|
||||||
using namespace Accounts;
|
using namespace Accounts;
|
||||||
|
|
||||||
#define ACCOUNTMODEL_DEBUG 1
|
#define ACCOUNTMODEL_DEBUG 0
|
||||||
|
|
||||||
AccountModel::AccountModel( QObject* parent )
|
AccountModel::AccountModel( QObject* parent )
|
||||||
: QAbstractListModel( parent )
|
: QAbstractListModel( parent )
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include <attica/content.h>
|
#include <attica/content.h>
|
||||||
|
|
||||||
#define ACCOUNTMODELNODE_DEBUG 1
|
#define ACCOUNTMODELNODE_DEBUG 0
|
||||||
|
|
||||||
namespace Tomahawk {
|
namespace Tomahawk {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user