mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Fix RSS Feed downloader for RSS with no torrent attachment (but articles link points to the torrent instead)
This commit is contained in:
@@ -394,7 +394,6 @@ private:
|
||||
bool refreshed;
|
||||
bool downloadFailure;
|
||||
bool currently_loading;
|
||||
bool has_attachments;
|
||||
|
||||
public slots:
|
||||
void processDownloadedFile(QString file_path);
|
||||
@@ -430,7 +429,6 @@ public:
|
||||
QList<RssItem*> getNewsList() const;
|
||||
QList<RssItem*> getUnreadNewsList() const;
|
||||
QString getIconUrl();
|
||||
bool hasAttachments() const { return has_attachments; }
|
||||
|
||||
private:
|
||||
short readDoc(const QDomDocument& doc);
|
||||
|
||||
Reference in New Issue
Block a user