diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 0eb6ab09f..eff44313f 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -255,11 +255,11 @@ public: */ bool contains(const QString &url); /*! - * Enum of available sort modes + * Enum of the available sort modes */ enum SortMode { - TITLE, /*!< by title */ + TITLE = 0, /*!< by title */ ALBUM, /*!< by album */ DISCNUMBER, /*!< by discnumber */ ARTIST, /*!< by artist */ |
