diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-19 19:14:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-19 19:14:19 +0000 |
| commit | c3853fb6d5669090d5da21eb8f31ea57526f3456 (patch) | |
| tree | 3bff3e662514affd084f6c037d4f5522c8bb4dbb /src/qmmpui/qmmpuisettings.h | |
| parent | 51f31d588dc227b06bd94b9a109592bcb0d3d239 (diff) | |
| download | qmmp-c3853fb6d5669090d5da21eb8f31ea57526f3456.tar.gz qmmp-c3853fb6d5669090d5da21eb8f31ea57526f3456.tar.bz2 qmmp-c3853fb6d5669090d5da21eb8f31ea57526f3456.zip | |
fixed title format updating bug, added group format option
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3624 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpuisettings.h')
| -rw-r--r-- | src/qmmpui/qmmpuisettings.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/src/qmmpui/qmmpuisettings.h b/src/qmmpui/qmmpuisettings.h index 1e87e6702..1c8915224 100644 --- a/src/qmmpui/qmmpuisettings.h +++ b/src/qmmpui/qmmpuisettings.h @@ -42,17 +42,6 @@ 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; @@ -88,6 +77,11 @@ public: */ void setTitleFormat(const QString &titleFormat); /*! + * Sets group format. + * \param groupFormat group format. \sa MetaDataFormatter + */ + void setGroupFormat(const QString &groupFormat); + /*! * Sets metadata usage option state to \b enabled * @param enabled Option state (\b true - enabled, \b false - disabled) */ |
