mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Still simplifying program options
This commit is contained in:
@@ -97,7 +97,6 @@ protected:
|
||||
bool isLSDEnabled() const;
|
||||
bool isRSSEnabled() const;
|
||||
int getEncryptionSetting() const;
|
||||
float getDesiredRatio() const;
|
||||
float getDeleteRatio() const;
|
||||
// Proxy options
|
||||
QString getHTTPProxyIp() const;
|
||||
@@ -137,7 +136,6 @@ protected slots:
|
||||
void enableMaxConnecsLimit(bool checked);
|
||||
void enableMaxConnecsLimitPerTorrent(bool checked);
|
||||
void enableMaxUploadsLimitPerTorrent(bool checked);
|
||||
void enableShareRatio(bool checked);
|
||||
void enableDeleteRatio(bool checked);
|
||||
void enableSpoofingSettings(int index);
|
||||
void setStyle(QString style);
|
||||
|
||||
Reference in New Issue
Block a user