mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Store all RSS Article data in auto downloading job
This commit is contained in:
@@ -50,6 +50,15 @@ namespace RSS
|
||||
Article(Feed *feed, const QJsonObject &jsonObj);
|
||||
|
||||
public:
|
||||
static const QString KeyId;
|
||||
static const QString KeyDate;
|
||||
static const QString KeyTitle;
|
||||
static const QString KeyAuthor;
|
||||
static const QString KeyDescription;
|
||||
static const QString KeyTorrentURL;
|
||||
static const QString KeyLink;
|
||||
static const QString KeyIsRead;
|
||||
|
||||
Feed *feed() const;
|
||||
QString guid() const;
|
||||
QDateTime date() const;
|
||||
|
||||
Reference in New Issue
Block a user