From a65bebd9b402963f429afb78b3e4d943cb9bb979 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 26 Sep 2018 18:42:42 +0000 Subject: 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 --- src/plugins/Ui/skinned/playlist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/Ui/skinned') 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()))); -- cgit v1.2.3-13-gbd6f