diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-19 09:57:29 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-19 09:57:29 +0000 |
| commit | 22ef61fd612f3a2fab3032163f2fd6dc2df1adfd (patch) | |
| tree | 34f3de519eb6b54ad4a63f3b60696ec285c1fd9b /src/qmmpui/playlistmodel.h | |
| parent | 32eba374070af24a78351d99eaa7ff0ec2eb32e1 (diff) | |
| download | qmmp-22ef61fd612f3a2fab3032163f2fd6dc2df1adfd.tar.gz qmmp-22ef61fd612f3a2fab3032163f2fd6dc2df1adfd.tar.bz2 qmmp-22ef61fd612f3a2fab3032163f2fd6dc2df1adfd.zip | |
added sorting by artist and album
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1325 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 0df987e55..8e945da57 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -251,6 +251,8 @@ public: enum SortMode { TITLE, /*!< by title */ + ALBUM, /*!< by album */ + ARTIST, /*!< by artist */ FILENAME, /*!< by file name */ PATH_AND_FILENAME, /*!< by path and file name */ DATE, /*!< by date */ |
