- Fix RSS downloader for feeds where torrents are not attached (but the links points to them)

This commit is contained in:
Christophe Dumez
2009-12-14 18:56:00 +00:00
parent da74f24a71
commit 76780c4c46
9 changed files with 33 additions and 43 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);