mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- beta4 release
This commit is contained in:
@@ -665,7 +665,7 @@ bool options_imp::isDHTEnabled() const{
|
||||
bool options_imp::isPeXDisabled() const{
|
||||
return disablePeX->isChecked();
|
||||
}
|
||||
// Return Download & Upload limits
|
||||
// Return Download & Upload limits in kbps
|
||||
// [download,upload]
|
||||
QPair<int,int> options_imp::getLimits() const{
|
||||
int DL = -1, UP = -1;
|
||||
|
||||
Reference in New Issue
Block a user