mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
FEATURE: Torrents can be automatically paused once they reach a given ratio
This commit is contained in:
@@ -96,7 +96,7 @@ protected:
|
||||
int getDHTPort() const;
|
||||
bool isLSDEnabled() const;
|
||||
int getEncryptionSetting() const;
|
||||
float getDeleteRatio() const;
|
||||
float getMaxRatio() const;
|
||||
// Proxy options
|
||||
QString getHTTPProxyIp() const;
|
||||
unsigned short getHTTPProxyPort() const;
|
||||
@@ -135,7 +135,7 @@ protected slots:
|
||||
void enableMaxConnecsLimit(bool checked);
|
||||
void enableMaxConnecsLimitPerTorrent(bool checked);
|
||||
void enableMaxUploadsLimitPerTorrent(bool checked);
|
||||
void enableDeleteRatio(bool checked);
|
||||
void enableMaxRatio(bool checked);
|
||||
void enableSpoofingSettings(int index);
|
||||
void setStyle(QString style);
|
||||
void on_buttonBox_accepted();
|
||||
|
||||
Reference in New Issue
Block a user