mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-08-11 Fred Gleason <fredg@paravelsystems.com>
* Added a 'FEEDS.CHANNEL_AUTHOR_IS_DEFAULT' field to the database. * Incremented the database version to 332. * Added 'RDFeed::channelAuthorIsDefault()' and 'RDFeed::setChannelAuthorIsDefault()' methods. * Added a 'Use as default Item Author' checkbox to the 'Edit Feed' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -65,6 +65,8 @@ class RDFeed : public QObject
|
||||
void setChannelEditor(const QString &str) const;
|
||||
QString channelAuthor() const;
|
||||
void setChannelAuthor(const QString &str) const;
|
||||
bool channelAuthorIsDefault() const;
|
||||
void setChannelAuthorIsDefault(bool state) const;
|
||||
QString channelOwnerName() const;
|
||||
void setChannelOwnerName(const QString &str) const;
|
||||
QString channelOwnerEmail() const;
|
||||
|
Reference in New Issue
Block a user