summaryrefslogtreecommitdiffstats
path: root/collectionwebradioview.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-02-17 07:14:46 +0100
committerArno <arno@disconnect.de>2018-02-17 07:14:46 +0100
commit7ea45995fe16be78ebeebd8d79b8145802699eaa (patch)
tree5b9d1069e776bccc8994bea3579a4fe75396621e /collectionwebradioview.h
parent3095a50fe57b9ccefca133106651f3bc2c3d7895 (diff)
downloadBeetPlayer-7ea45995fe16be78ebeebd8d79b8145802699eaa.tar.gz
BeetPlayer-7ea45995fe16be78ebeebd8d79b8145802699eaa.tar.bz2
BeetPlayer-7ea45995fe16be78ebeebd8d79b8145802699eaa.zip
New class: CollectionWebradioView
Basically the same as populateByWebradio, just wrapped in a shiny, new CollectionWidget.
Diffstat (limited to 'collectionwebradioview.h')
-rw-r--r--collectionwebradioview.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/collectionwebradioview.h b/collectionwebradioview.h
new file mode 100644
index 0000000..e55ae6c
--- /dev/null
+++ b/collectionwebradioview.h
@@ -0,0 +1,14 @@
+#ifndef COLLECTIONWEBRADIOVIEW_H
+#define COLLECTIONWEBRADIOVIEW_H
+
+#include "collectionwidget.h"
+
+class CollectionWebradioView : public CollectionWidget {
+ public:
+ CollectionWebradioView(QWidget *parent = nullptr);
+
+ public slots:
+ virtual void populate();
+};
+
+#endif // COLLECTIONWEBRADIOVIEW_H