diff options
Diffstat (limited to 'collectionfavoritesview.h')
-rw-r--r-- | collectionfavoritesview.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/collectionfavoritesview.h b/collectionfavoritesview.h new file mode 100644 index 0000000..f7722c8 --- /dev/null +++ b/collectionfavoritesview.h @@ -0,0 +1,14 @@ +#ifndef COLLECTIONFAVORITESVIEW_H +#define COLLECTIONFAVORITESVIEW_H + +#include "collectionwidget.h" + +class CollectionFavoritesView : public CollectionWidget { + public: + CollectionFavoritesView(QWidget *parent = nullptr); + + public slots: + virtual void populate(); +}; + +#endif // COLLECTIONFAVORITESVIEW_H |