Remove speed limit checkbox in Options dialog

This unifies speed limit UI elements throughout the program.
This commit is contained in:
Chocobo1 2018-10-21 13:46:48 +08:00
commit 3fa5358c3f
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
7 changed files with 121 additions and 348 deletions

View file

@ -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;