From 3095a50fe57b9ccefca133106651f3bc2c3d7895 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 17 Feb 2018 07:03:44 +0100 Subject: New class: CollectionFavoritesView Basically the same as populateByFavorites, just wrapped in a shiny, new CollectionWidget. --- collectionfavoritesview.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 collectionfavoritesview.h (limited to 'collectionfavoritesview.h') 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 -- cgit v1.2.3-70-g09d2