diff options
author | Arno <arno@disconnect.de> | 2018-02-17 06:42:52 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-17 06:42:52 +0100 |
commit | 691bbc7b764f38c31c82bfa9527a8bfd35713942 (patch) | |
tree | 326e79b2280f92660462791f4c8555cc406dc531 /BeetPlayer.pro | |
parent | 4df6ecda7306baae1b2c2252c8f1818762436504 (diff) | |
download | BeetPlayer-691bbc7b764f38c31c82bfa9527a8bfd35713942.tar.gz BeetPlayer-691bbc7b764f38c31c82bfa9527a8bfd35713942.tar.bz2 BeetPlayer-691bbc7b764f38c31c82bfa9527a8bfd35713942.zip |
New class: CollectionAlbumsView
Basically the same as populateByAlbum, 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 920f499..4495107 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -36,7 +36,8 @@ SOURCES += main.cpp\ webdownloader.cpp \ webradiodialog.cpp \ collectionwidget.cpp \ - collectionartistsview.cpp + collectionartistsview.cpp \ + collectionalbumsview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -49,7 +50,8 @@ HEADERS += beetplayer.h \ webdownloader.h \ webradiodialog.h \ collectionwidget.h \ - collectionartistsview.h + collectionartistsview.h \ + collectionalbumsview.h LIBS += -ltag |