mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-05-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the 'Edit Feed' dialog in rdadmin(1) that allowed superfeed setups to be saved with no member subfeeds. * Fixed a bug in the 'Edit Feed' dialog in rdadmin(1) that allowed a per-item default image to be configured for superfeeds. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -48,6 +48,7 @@ class RDFeed : public QObject
|
||||
bool exists() const;
|
||||
bool isSuperfeed() const;
|
||||
void setIsSuperfeed(bool state) const;
|
||||
QStringList subfeedNames() const;
|
||||
QStringList isSubfeedOf() const;
|
||||
bool audienceMetrics() const;
|
||||
void setAudienceMetrics(bool state);
|
||||
|
Reference in New Issue
Block a user