summaryrefslogtreecommitdiffstats
path: root/collectiondatesview.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-17 06:51:05 +0100
committerArno <arno@disconnect.de>2018-02-17 06:51:05 +0100
commitca1d008ebaa5a28284cdba97046b48be421ccacd (patch)
tree9846b9645b031a70d2293d802827fa387d700388 /collectiondatesview.h
parent691bbc7b764f38c31c82bfa9527a8bfd35713942 (diff)
downloadBeetPlayer-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 'collectiondatesview.h')
-rw-r--r--collectiondatesview.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/collectiondatesview.h b/collectiondatesview.h
new file mode 100644
index 0000000..5b1bc0c
--- /dev/null
+++ b/collectiondatesview.h
@@ -0,0 +1,14 @@
+#ifndef COLLECTIONDATESVIEW_H
+#define COLLECTIONDATESVIEW_H
+
+#include "collectionwidget.h"
+
+class CollectionDatesView : public CollectionWidget {
+ public:
+ CollectionDatesView(QWidget *parent = nullptr);
+
+ public slots:
+ virtual void populate();
+};
+
+#endif // COLLECTIONDATESVIEW_H