diff options
Diffstat (limited to 'collectionwebradioview.h')
-rw-r--r-- | collectionwebradioview.h | 14 |
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 |