mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +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:
@@ -258,6 +258,12 @@ bool RDFeedListModel::isCast(const QModelIndex &index) const
|
||||
}
|
||||
|
||||
|
||||
QString RDFeedListModel::keyName(int row) const
|
||||
{
|
||||
return d_key_names.at(row);
|
||||
}
|
||||
|
||||
|
||||
QString RDFeedListModel::keyName(const QModelIndex &index) const
|
||||
{
|
||||
if(index.isValid()) {
|
||||
|
||||
Reference in New Issue
Block a user