mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Allow to use proxy per subsystem
This commit is contained in:
@@ -85,7 +85,7 @@ public slots:
|
||||
void showConnectionTab();
|
||||
|
||||
private slots:
|
||||
void enableProxy(int index);
|
||||
void adjustProxyOptions();
|
||||
void on_buttonBox_accepted();
|
||||
void on_buttonBox_rejected();
|
||||
void applySettings();
|
||||
@@ -168,7 +168,6 @@ private:
|
||||
int getMaxSeedingMinutes() const;
|
||||
// Proxy options
|
||||
bool isProxyEnabled() const;
|
||||
bool isProxyAuthEnabled() const;
|
||||
QString getProxyIp() const;
|
||||
unsigned short getProxyPort() const;
|
||||
QString getProxyUsername() const;
|
||||
|
||||
Reference in New Issue
Block a user