mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 06:10:10 +01:00
2023-04-27 Fred Gleason <fredg@paravelsystems.com>
* Removed a 'RDFeed::generateReport()' methods. * Added a 'DownloadRss()' method to the WebAPI. * Added a 'RDXsltEngine' class. * Added a 'Generate Front Report' item to the right-click menu in the 'Podcast Feeds' list in the 'Rivendell Feed List' dialog in rdadmin(1). * Added a 'Generate Back Report' item to the right-click menu in the 'Podcast Feeds' list in the 'Rivendell Feed List' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -98,7 +98,7 @@ ListFeeds::ListFeeds(QWidget *parent)
|
||||
//
|
||||
// Feed List
|
||||
//
|
||||
list_feeds_view=new RDTableView(this);
|
||||
list_feeds_view=new RDFeedListView(this);
|
||||
list_feeds_model=new RDFeedListModel(true,false,this);
|
||||
list_feeds_model->setFont(font());
|
||||
list_feeds_model->setPalette(palette());
|
||||
@@ -115,6 +115,7 @@ ListFeeds::ListFeeds(QWidget *parent)
|
||||
|
||||
ListFeeds::~ListFeeds()
|
||||
{
|
||||
delete list_feeds_view;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user