diff options
author | Arno <arno@disconnect.de> | 2018-02-17 06:18:46 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-17 06:27:43 +0100 |
commit | 4df6ecda7306baae1b2c2252c8f1818762436504 (patch) | |
tree | 21e77c0a6c043a8e5740373340eafd427d9ec763 /BeetPlayer.pro | |
parent | d3439845817beb78b6036762ee42b428069e0482 (diff) | |
download | BeetPlayer-4df6ecda7306baae1b2c2252c8f1818762436504.tar.gz BeetPlayer-4df6ecda7306baae1b2c2252c8f1818762436504.tar.bz2 BeetPlayer-4df6ecda7306baae1b2c2252c8f1818762436504.zip |
New class: CollectionArtistsView
Basically the same as populateByArtist, 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 7b7da0d..920f499 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -35,7 +35,8 @@ SOURCES += main.cpp\ helper.cpp \ webdownloader.cpp \ webradiodialog.cpp \ - collectionwidget.cpp + collectionwidget.cpp \ + collectionartistsview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -47,7 +48,8 @@ HEADERS += beetplayer.h \ helper.h \ webdownloader.h \ webradiodialog.h \ - collectionwidget.h + collectionwidget.h \ + collectionartistsview.h LIBS += -ltag |