Re-add bookmarking of TuneIn categories

BUG:252
This commit is contained in:
craig.p.drummond
2013-07-09 14:16:38 +00:00
committed by craig.p.drummond
parent 559ed9a64d
commit 8a36efbcbc
7 changed files with 306 additions and 7 deletions

View File

@@ -82,6 +82,7 @@ StdActions::StdActions()
removeAction = ActionCollection::get()->createAction("removeitems", i18n("Remove"), "list-remove");
searchAction = ActionCollection::get()->createAction("search", i18n("Search"), "edit-find");
searchAction->setShortcut(Qt::ControlModifier+Qt::Key_F);
addBookmarkAction = ActionCollection::get()->createAction("bookmarkcategory", i18n("Bookmark Category"), Icon("bookmark-new"));
addToStoredPlaylistAction->setMenu(PlaylistsModel::self()->menu());
addPrioHighestAction->setData(255);