mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- beta4 release
This commit is contained in:
parent
ff756a2b1f
commit
b702bea806
5 changed files with 14 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue