- beta4 release

This commit is contained in:
Christophe Dumez 2007-08-04 06:23:44 +00:00
parent ff756a2b1f
commit b702bea806
5 changed files with 14 additions and 12 deletions

View file

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