mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Remove speed limit checkbox in Options dialog
This unifies speed limit UI elements throughout the program.
This commit is contained in:
parent
a57a026f4c
commit
3fa5358c3f
7 changed files with 121 additions and 348 deletions
|
@ -137,8 +137,6 @@ private:
|
|||
// Connection options
|
||||
int getPort() const;
|
||||
bool isUPnPEnabled() const;
|
||||
QPair<int, int> getGlobalBandwidthLimits() const;
|
||||
QPair<int, int> getAltGlobalBandwidthLimits() const;
|
||||
// Bittorrent options
|
||||
int getMaxConnecs() const;
|
||||
int getMaxConnecsPerTorrent() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue