diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-19 10:00:08 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-19 10:00:08 +0000 |
| commit | 79fcd13571ba02ad2697f3c3bcf3250ca76a69d9 (patch) | |
| tree | 0a181426e93a89d5167cf6aa8d00e9a3f2d5ff9f /src/plugins/Ui/skinned/playlist.cpp | |
| parent | 09444084654489cd2f3af75cb5a64b44aa9a06ef (diff) | |
| download | qmmp-79fcd13571ba02ad2697f3c3bcf3250ca76a69d9.tar.gz qmmp-79fcd13571ba02ad2697f3c3bcf3250ca76a69d9.tar.bz2 qmmp-79fcd13571ba02ad2697f3c3bcf3250ca76a69d9.zip | |
added feature to hide playlist header
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4850 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlist.cpp b/src/plugins/Ui/skinned/playlist.cpp index 27352ae0e..2e772771a 100644 --- a/src/plugins/Ui/skinned/playlist.cpp +++ b/src/plugins/Ui/skinned/playlist.cpp @@ -316,6 +316,7 @@ void PlayList::createActions() m_pl_manager, SLOT(reverseList())); m_sortMenu->addAction(SET_ACTION(ActionManager::PL_GROUP_TRACKS, m_ui_settings, SLOT(setGroupsEnabled(bool)))); + m_sortMenu->addAction(ACTION(ActionManager::PL_SHOW_HEADER)); ACTION(ActionManager::PL_GROUP_TRACKS)->setChecked(m_ui_settings->isGroupsEnabled()); //playlist context menu m_listWidget->menu()->addAction(ActionManager::instance()->action(ActionManager::PL_SHOW_INFO)); |
