mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Performance improvement on ARM
This commit is contained in:
@@ -467,7 +467,7 @@ void options_imp::setStyle(QString style) {
|
||||
|
||||
void options_imp::loadOptions(){
|
||||
int intValue;
|
||||
float floatValue;
|
||||
qreal floatValue;
|
||||
QString strValue;
|
||||
// General preferences
|
||||
const Preferences pref;
|
||||
@@ -754,7 +754,7 @@ int options_imp::getDHTPort() const {
|
||||
}
|
||||
|
||||
// Return Share ratio
|
||||
float options_imp::getMaxRatio() const{
|
||||
qreal options_imp::getMaxRatio() const{
|
||||
if(checkMaxRatio->isChecked()){
|
||||
return spinMaxRatio->value();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user