summaryrefslogtreecommitdiffstats
path: root/collectionartistsview.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-17 06:18:46 +0100
committerArno <arno@disconnect.de>2018-02-17 06:27:43 +0100
commit4df6ecda7306baae1b2c2252c8f1818762436504 (patch)
tree21e77c0a6c043a8e5740373340eafd427d9ec763 /collectionartistsview.h
parentd3439845817beb78b6036762ee42b428069e0482 (diff)
downloadBeetPlayer-4df6ecda7306baae1b2c2252c8f1818762436504.tar.gz
BeetPlayer-4df6ecda7306baae1b2c2252c8f1818762436504.tar.bz2
BeetPlayer-4df6ecda7306baae1b2c2252c8f1818762436504.zip
New class: CollectionArtistsView
Basically the same as populateByArtist, just wrapped in a shiny, new CollectionWidget.
Diffstat (limited to 'collectionartistsview.h')
-rw-r--r--collectionartistsview.h14
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