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:
Fred Gleason
2021-01-25 09:28:43 -05:00
parent be3fcfd4ef
commit 9d5d446c2a
24 changed files with 945 additions and 278 deletions

View File

@@ -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;
};