This commit is contained in:
Herwig Birke
2018-03-08 17:15:56 +01:00
parent 553d8cd9b0
commit 83080b71cd
6 changed files with 93 additions and 5 deletions
+12
View File
@@ -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__ << ":"