diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-23 08:29:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-23 08:29:29 +0000 |
| commit | a49bf86a45f691e14296bc2420dafbf565cf7248 (patch) | |
| tree | c8d5bac223bddddaa328cb5337baa9a7a0267ef0 /src/qmmpui/playlistmodel.h | |
| parent | 73b5f5312a00236f264403e995d268641212b61f (diff) | |
| download | qmmp-a49bf86a45f691e14296bc2420dafbf565cf7248.tar.gz qmmp-a49bf86a45f691e14296bc2420dafbf565cf7248.tar.bz2 qmmp-a49bf86a45f691e14296bc2420dafbf565cf7248.zip | |
added sorting by group
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3649 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index ff8bc79f9..2bd81eea4 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -268,7 +268,8 @@ public: DATE, /*!< by date */ TRACK, /*!< by track */ FILE_CREATION_DATE, /*!< by file creation date */ - FILE_MODIFICATION_DATE /*!< by file modification date */ + FILE_MODIFICATION_DATE, /*!< by file modification date */ + GROUP /*!< by group name */ }; int numberOfTrack(int index) const; |
