.
This commit is contained in:
@@ -17,6 +17,18 @@
|
||||
#define SORT_BAND_ASC 0x0004
|
||||
#define SORT_BAND_DESC 0x0008
|
||||
|
||||
#define SORT_TRACK_ASC 0x0010
|
||||
#define SORT_TRACK_DESC 0x0020
|
||||
|
||||
|
||||
#define USERROLE_TYPE (Qt::UserRole+1)
|
||||
#define USERROLE_VALUE (Qt::UserRole+2)
|
||||
|
||||
#define USERROLE_TYPE_BAND 1
|
||||
#define USERROLE_TYPE_ALBUM 2
|
||||
#define USERROLE_TYPE_TRACK 3
|
||||
|
||||
|
||||
#define myDebug qDebug() << __FILE__ << "(" << __LINE__ << ") - " << __PRETTY_FUNCTION__ << ":"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user