summaryrefslogtreecommitdiffstats
path: root/playerwidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-19 02:46:37 +0100
committerArno <arno@disconnect.de>2018-02-19 02:46:37 +0100
commit7de8b0574b37d32e91939461c7bab93b818af620 (patch)
tree81eddf770f7e4f7ef2e91dbc4c205c5e35311e56 /playerwidget.h
parenta960ea0552ccc84a19bc3b2a5b2c902901c7cafd (diff)
downloadBeetPlayer-7de8b0574b37d32e91939461c7bab93b818af620.tar.gz
BeetPlayer-7de8b0574b37d32e91939461c7bab93b818af620.tar.bz2
BeetPlayer-7de8b0574b37d32e91939461c7bab93b818af620.zip
Implement QAction to fill playlist with favorites
Diffstat (limited to 'playerwidget.h')
-rw-r--r--playerwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.h b/playerwidget.h
index 180c232..5859cb1 100644
--- a/playerwidget.h
+++ b/playerwidget.h
@@ -71,6 +71,7 @@ class PlayerWidget : public QWidget {
void gotoAlbum();
void setCollectionIndex(int collectionIndex, bool isWebradio);
void addToFavorites(const QModelIndexList &idxs);
+ void clearAndAddAllFavorites();
signals:
void viewModeChanged(const QString &viewMode);