Added cookie support for RSS feeds (Needs testing)

This commit is contained in:
Christophe Dumez
2010-05-17 14:57:45 +00:00
parent 119bda1595
commit 994c798264
10 changed files with 243 additions and 11 deletions

View File

@@ -58,6 +58,7 @@ public:
protected:
QString errorCodeToString(QNetworkReply::NetworkError status);
void applyProxySettings();
void loadCookies(QString host_name, QString url);
protected slots:
void processDlFinished(QNetworkReply* reply);