summaryrefslogtreecommitdiffstats
path: root/collectiondatesview.h
diff options
context:
space:
mode:
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