2020-02-23 Fred Gleason <fredg@paravelsystems.com>

* Implemented superfeed in 'rdfeed.xml'.
This commit is contained in:
Fred Gleason
2020-02-23 17:24:48 -05:00
parent a2f571f759
commit 4f6c0eb2c9
30 changed files with 345 additions and 145 deletions

View File

@@ -32,7 +32,7 @@ class ListCasts : public RDDialog
{
Q_OBJECT
public:
ListCasts(unsigned feed_id,QWidget *parent=0);
ListCasts(unsigned feed_id,bool is_super,QWidget *parent=0);
~ListCasts();
QSize sizeHint() const;
QSizePolicy sizePolicy() const;
@@ -78,6 +78,7 @@ class ListCasts : public RDDialog
QCheckBox *list_active_check;
QProgressDialog *list_progress_dialog;
RDFeed *list_feed;
bool list_is_superfeed;
};