Performance improvement on ARM

This commit is contained in:
Christophe Dumez
2011-01-25 17:01:09 +00:00
parent dfcdb18b41
commit 5c8dd9f0fb
17 changed files with 36 additions and 36 deletions

View File

@@ -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();
}