mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Added cookie support for RSS feeds (Needs testing)
This commit is contained in:
parent
119bda1595
commit
994c798264
10 changed files with 243 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue