From ca1d008ebaa5a28284cdba97046b48be421ccacd Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 17 Feb 2018 06:51:05 +0100 Subject: New class: CollectionDatesView Basically the same as populateByDate, just wrapped in a shiny, new CollectionWidget. --- collectiondatesview.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 collectiondatesview.h (limited to 'collectiondatesview.h') 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 -- cgit v1.2.3-70-g09d2