diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index e7804e31e..0eb6ab09f 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -379,6 +379,11 @@ public slots: */ void prepareForRepeatablePlaying(bool); /*! + * Enabled/Disabled groped mode + * @param enabled State of the groups (\b true - enabled, \b false - disabled) + */ + void prepareGroups(bool enabled); + /*! * Sorts selected items in \b mode sort mode. */ void sortSelection(int mode); |
