aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-09-26 18:42:42 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-09-26 18:42:42 +0000
commita65bebd9b402963f429afb78b3e4d943cb9bb979 (patch)
tree2b3d4ae04d91dff3ec05d0f1ca3881e5ce5815de /src/plugins/Ui/skinned
parent4bb84c0877c7d1d7b6661bf55edfe681ab8c22f9 (diff)
downloadqmmp-a65bebd9b402963f429afb78b3e4d943cb9bb979.tar.gz
qmmp-a65bebd9b402963f429afb78b3e4d943cb9bb979.tar.bz2
qmmp-a65bebd9b402963f429afb78b3e4d943cb9bb979.zip
moved stream browser and removable volumes to the add menu
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8380 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned')
-rw-r--r--src/plugins/Ui/skinned/playlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlist.cpp b/src/plugins/Ui/skinned/playlist.cpp
index edb87cc41..67a5b3d93 100644
--- a/src/plugins/Ui/skinned/playlist.cpp
+++ b/src/plugins/Ui/skinned/playlist.cpp
@@ -210,6 +210,7 @@ void PlayList::createActions()
m_addMenu->addAction(SET_ACTION(ActionManager::PL_ADD_FILE, parent(), SLOT(addFile())));
m_addMenu->addAction(SET_ACTION(ActionManager::PL_ADD_DIRECTORY, parent(), SLOT(addDir())));
m_addMenu->addAction(SET_ACTION(ActionManager::PL_ADD_URL, parent(), SLOT(addUrl())));
+ UiHelper::instance()->registerMenu(UiHelper::ADD_MENU, m_addMenu);
//sub menu
m_subMenu->addAction(SET_ACTION(ActionManager::PL_REMOVE_SELECTED, m_pl_manager, SLOT(removeSelected())));
m_subMenu->addAction(SET_ACTION(ActionManager::PL_REMOVE_ALL, m_pl_manager, SLOT(clear())));