diff options
author | Arno <arno@disconnect.de> | 2018-02-19 02:46:37 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-19 02:46:37 +0100 |
commit | 7de8b0574b37d32e91939461c7bab93b818af620 (patch) | |
tree | 81eddf770f7e4f7ef2e91dbc4c205c5e35311e56 /playerwidget.h | |
parent | a960ea0552ccc84a19bc3b2a5b2c902901c7cafd (diff) | |
download | BeetPlayer-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.h | 1 |
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); |