2020-06-04 Fred Gleason <fredg@paravelsystems.com>

* Added an 'iTunes + Superfeed' RSS schema.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2020-06-04 15:10:45 -04:00
parent 52c86055eb
commit 7ff0b9626f
10 changed files with 276 additions and 13 deletions

View File

@@ -29,7 +29,8 @@
class RDRssSchemas
{
public:
enum RssSchema {CustomSchema=0,Rss202Schema=1,AppleSchema=2,LastSchema=3};
enum RssSchema {CustomSchema=0,Rss202Schema=1,AppleSchema=2,
AppleSuperfeedSchema=3,LastSchema=4};
RDRssSchemas();
QString name(RssSchema schema) const;
QSize minimumImageSize(RssSchema schema) const;