diff options
author | Arno <arno@disconnect.de> | 2018-02-19 02:08:54 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-19 02:08:54 +0100 |
commit | 164701b69d3d84b5530e93866dea93b446654a8e (patch) | |
tree | b76a99d7d453e1b44557f1a5943f3a23af5a6a92 /collectionfavoritesview.h | |
parent | 1789930645650d9302b484cf21317e606e8f14e8 (diff) | |
download | BeetPlayer-164701b69d3d84b5530e93866dea93b446654a8e.tar.gz BeetPlayer-164701b69d3d84b5530e93866dea93b446654a8e.tar.bz2 BeetPlayer-164701b69d3d84b5530e93866dea93b446654a8e.zip |
Add "remove from Favorites"
Implemented as a custom action. Works out fine so far :)
Diffstat (limited to 'collectionfavoritesview.h')
-rw-r--r-- | collectionfavoritesview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/collectionfavoritesview.h b/collectionfavoritesview.h index 4d3f7b5..d8d34d1 100644 --- a/collectionfavoritesview.h +++ b/collectionfavoritesview.h @@ -10,6 +10,7 @@ class CollectionFavoritesView : public CollectionWidget { public slots: virtual void populate(); + void removeFromFavorites(const QModelIndexList &idxs); }; #endif // COLLECTIONFAVORITESVIEW_H |