diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-16 15:03:18 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-16 15:03:18 +0000 |
| commit | a5a2707ad816bb423b5ea1086bc1286d0b97e2a2 (patch) | |
| tree | 957ea76b5571dbf4210bbc7a7c969236293b32ca /src/qmmpui/playlistmanager.h | |
| parent | 955dc7e3a6318bda8868ea7d442d833e04b14650 (diff) | |
| download | qmmp-a5a2707ad816bb423b5ea1086bc1286d0b97e2a2.tar.gz qmmp-a5a2707ad816bb423b5ea1086bc1286d0b97e2a2.tar.bz2 qmmp-a5a2707ad816bb423b5ea1086bc1286d0b97e2a2.zip | |
added possibility to disable groups (not working yet)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3612 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 6 |
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; }; |
