aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
-rw-r--r--src/qmmpui/playlistmanager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h
index d543e14fa..4f8447778 100644
--- a/src/qmmpui/playlistmanager.h
+++ b/src/qmmpui/playlistmanager.h
@@ -263,6 +263,11 @@ public slots:
*/
void stopAfterSelected();
/*!
+ * Enables or disables playlist groups
+ * * @param enabled State of the groups (\b true - enabled, \b false - disabled)
+ */
+ void setGroupsEnabled(bool enabled);
+ /*!
* Read the relevant settings.
*/
void readSettings();
@@ -277,6 +282,7 @@ private:
PlayListModel *m_current;
PlayListModel *m_selected;
bool m_repeatable, m_shuffle, m_autosave_playlist;
+ bool m_groups_enabled;
QTimer *m_timer;
};