- Fix RSS Feed downloader for RSS with no torrent attachment (but articles link points to the torrent instead)

This commit is contained in:
Christophe Dumez
2009-12-14 18:42:21 +00:00
parent e2c3e6dbaa
commit 141d3b6737
6 changed files with 27 additions and 40 deletions

View File

@@ -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);