1
0
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:
Leo Franchi 2012-05-01 21:03:56 -04:00
parent 414f553eb3
commit 5452c41760
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
using namespace Tomahawk;
using namespace Accounts;
#define ACCOUNTMODEL_DEBUG 1
#define ACCOUNTMODEL_DEBUG 0
AccountModel::AccountModel( QObject* parent )
: QAbstractListModel( parent )

View File

@ -26,7 +26,7 @@
#include <attica/content.h>
#define ACCOUNTMODELNODE_DEBUG 1
#define ACCOUNTMODELNODE_DEBUG 0
namespace Tomahawk {