mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Fix possible rule saving issue
Matching articles are now previewable in the rss downloader dialog Make sure Rss downloading is enabled before checking for matching rules
This commit is contained in:
@@ -48,12 +48,12 @@ public:
|
||||
QDateTime _date, QString _author, bool _read);
|
||||
~RssArticle();
|
||||
bool has_attachment() const;
|
||||
QString getId() const;
|
||||
inline QString getId() const { return id; }
|
||||
QHash<QString, QVariant> toHash() const;
|
||||
static RssArticle* fromHash(RssFeed* parent, const QHash<QString, QVariant> &h);
|
||||
RssFeed* getParent() const;
|
||||
bool isValid() const;
|
||||
QString getTitle() const;
|
||||
inline QString getTitle() const { return title; }
|
||||
QString getAuthor() const;
|
||||
QString getTorrentUrl() const;
|
||||
QString getLink() const;
|
||||
|
||||
Reference in New Issue
Block a user