Fix cookie support for RSS feeds (closes #119)

This commit is contained in:
Christophe Dumez
2012-10-07 17:25:17 +03:00
parent 8758be5912
commit 6cf2f942e7
5 changed files with 26 additions and 13 deletions

View File

@@ -35,6 +35,7 @@
#include <QSharedPointer>
#include <QVariantHash>
#include <QXmlStreamReader>
#include <QNetworkCookie>
#include "rssfile.h"
@@ -90,6 +91,7 @@ private:
void loadItemsFromDisk();
void addArticle(const RssArticlePtr& article);
void downloadArticleTorrentIfMatching(RssDownloadRuleList* rules, const RssArticlePtr& article);
QList<QNetworkCookie> feedCookies() const;
private:
RssManager* m_manager;