Fix RSS cookie support

This commit is contained in:
Christophe Dumez 2010-05-17 19:23:16 +00:00
commit 4832a24ac5
33 changed files with 391 additions and 385 deletions

View file

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