mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-01-25 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDFeedListModel' class * Refactored the top-level window in rdcastmanager(1) to use the model-based API. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -35,7 +35,7 @@ class ListCasts : public RDDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ListCasts(unsigned feed_id,bool is_super,QWidget *parent=0);
|
||||
ListCasts(unsigned feed_id,QWidget *parent=0);
|
||||
~ListCasts();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
@@ -84,7 +84,6 @@ class ListCasts : public RDDialog
|
||||
QProgressDialog *list_progress_dialog;
|
||||
RenderDialog *list_render_dialog;
|
||||
RDFeed *list_feed;
|
||||
bool list_is_superfeed;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user