mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-05-20 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDPodcast::itemExplicit()', 'RDPodcast::setItemExplicit()', 'RDPodcast::itemImageId()', and 'RDPodcast::setItemImageId()' methods. * Added a 'Post contains explicit content' checkbox to the 'Edit Podcast' dialog in rdcastmanager(1). * Added an 'Image' control to the 'Edit Podcast dialog in rdcastmanager(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -18,8 +18,6 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
|
||||
#include <qsqldatabase.h>
|
||||
|
||||
#include <rdconfig.h>
|
||||
#include <rdfeed.h>
|
||||
|
||||
@@ -40,6 +38,10 @@ class RDPodcast
|
||||
void setItemTitle(const QString &str) const;
|
||||
QString itemDescription() const;
|
||||
void setItemDescription(const QString &str) const;
|
||||
bool itemExplicit() const;
|
||||
void setItemExplicit(bool state) const;
|
||||
int itemImageId() const;
|
||||
void setItemImageId(int img_id) const;
|
||||
QString itemCategory() const;
|
||||
void setItemCategory(const QString &str) const;
|
||||
QString itemLink() const;
|
||||
|
Reference in New Issue
Block a user