mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02: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:
@@ -54,6 +54,7 @@ class RDFeedListModel : public QAbstractItemModel
|
||||
bool isFeed(const QModelIndex &index) const;
|
||||
bool isCast(const QModelIndex &index) const;
|
||||
QString keyName(const QModelIndex &index) const;
|
||||
QString keyName(int row) const;
|
||||
unsigned feedId(const QModelIndex &index) const;
|
||||
QString publicUrl(const QModelIndex &index) const;
|
||||
QModelIndex feedRow(const QString &keyname) const;
|
||||
|
Reference in New Issue
Block a user