diff options
author | Arno <arno@disconnect.de> | 2018-02-17 06:51:05 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-02-17 06:51:05 +0100 |
commit | ca1d008ebaa5a28284cdba97046b48be421ccacd (patch) | |
tree | 9846b9645b031a70d2293d802827fa387d700388 /BeetPlayer.pro | |
parent | 691bbc7b764f38c31c82bfa9527a8bfd35713942 (diff) | |
download | BeetPlayer-ca1d008ebaa5a28284cdba97046b48be421ccacd.tar.gz BeetPlayer-ca1d008ebaa5a28284cdba97046b48be421ccacd.tar.bz2 BeetPlayer-ca1d008ebaa5a28284cdba97046b48be421ccacd.zip |
New class: CollectionDatesView
Basically the same as populateByDate, 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 4495107..7f42954 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -37,7 +37,8 @@ SOURCES += main.cpp\ webradiodialog.cpp \ collectionwidget.cpp \ collectionartistsview.cpp \ - collectionalbumsview.cpp + collectionalbumsview.cpp \ + collectiondatesview.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -51,7 +52,8 @@ HEADERS += beetplayer.h \ webradiodialog.h \ collectionwidget.h \ collectionartistsview.h \ - collectionalbumsview.h + collectionalbumsview.h \ + collectiondatesview.h LIBS += -ltag |