mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Allow to use proxy per subsystem
This commit is contained in:
@@ -397,6 +397,13 @@ public:
|
||||
QList<QNetworkCookie> getNetworkCookies() const;
|
||||
void setNetworkCookies(const QList<QNetworkCookie> &cookies);
|
||||
|
||||
bool useProxyForBT() const;
|
||||
void setUseProxyForBT(bool value);
|
||||
bool useProxyForRSS() const;
|
||||
void setUseProxyForRSS(bool value);
|
||||
bool useProxyForGeneralPurposes() const;
|
||||
void setUseProxyForGeneralPurposes(bool value);
|
||||
|
||||
// SpeedWidget
|
||||
bool isSpeedWidgetEnabled() const;
|
||||
void setSpeedWidgetEnabled(bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user