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