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
parent a57a026f4c
commit 3fa5358c3f
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;