summaryrefslogtreecommitdiffstats
path: root/collectiondatesview.h
blob: 5b1bc0c682d6600baabdb54f3cedc205f9e06e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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