diff options
author | Arno <arno@disconnect.de> | 2018-02-17 07:03:44 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-17 07:03:44 +0100 |
commit | 3095a50fe57b9ccefca133106651f3bc2c3d7895 (patch) | |
tree | e8dadeb57be1a78f39592cda4307536303fc18dd /BeetPlayer.pro | |
parent | ca1d008ebaa5a28284cdba97046b48be421ccacd (diff) | |
download | BeetPlayer-3095a50fe57b9ccefca133106651f3bc2c3d7895.tar.gz BeetPlayer-3095a50fe57b9ccefca133106651f3bc2c3d7895.tar.bz2 BeetPlayer-3095a50fe57b9ccefca133106651f3bc2c3d7895.zip |
New class: CollectionFavoritesView
Basically the same as populateByFavorites, just wrapped in a shiny, new
CollectionWidget.
Diffstat (limited to 'BeetPlayer.pro')
-rw-r--r-- | BeetPlayer.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BeetPlayer.pro b/BeetPlayer.pro index 7f42954..db46255 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -38,7 +38,8 @@ SOURCES += main.cpp\ collectionwidget.cpp \ collectionartistsview.cpp \ collectionalbumsview.cpp \ - collectiondatesview.cpp + collectiondatesview.cpp \ + collectionfavoritesview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -53,7 +54,8 @@ HEADERS += beetplayer.h \ collectionwidget.h \ collectionartistsview.h \ collectionalbumsview.h \ - collectiondatesview.h + collectiondatesview.h \ + collectionfavoritesview.h LIBS += -ltag |