diff options
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); |