aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpuisettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/qmmpuisettings.h')
-rw-r--r--src/qmmpui/qmmpuisettings.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/qmmpui/qmmpuisettings.h b/src/qmmpui/qmmpuisettings.h
index 45e36feea..1e87e6702 100644
--- a/src/qmmpui/qmmpuisettings.h
+++ b/src/qmmpui/qmmpuisettings.h
@@ -42,6 +42,17 @@ public:
*/
virtual ~QmmpUiSettings();
/*!
+ * Enum of the available group formats
+ */
+ enum GroupFormat
+ {
+ NONE = 0, /*!< disable groups */
+ ARTIST_ALBUM, /*!< by artist/album */
+ ARTIST_DATE_ALBUM, /*!< by artist/date/album */
+ ARTIST, /*!< by artist */
+ CUSTOM /*!< by user defined formar */
+ };
+ /*!
* Returns state of the "Convert underscores to blanks" option (\b true - enabled, \b false - disabled).
*/
bool convertUnderscore() const;