Typo: modp02 -> modpO2

Fixes two function names, where O2 was written as 02.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-11-12 14:26:34 +01:00 committed by Jan Mulder
parent 4d04f74312
commit b32251a5a8
4 changed files with 10 additions and 10 deletions

View file

@ -296,7 +296,7 @@ void TechnicalDetailsSettings::setDecoMode(deco_mode d)
emit decoModeChanged(d);
}
double TechnicalDetailsSettings:: modp02() const
double TechnicalDetailsSettings:: modpO2() const
{
return prefs.modpO2;
}
@ -416,7 +416,7 @@ bool TechnicalDetailsSettings::showPicturesInProfile() const
return prefs.show_pictures_in_profile;
}
void TechnicalDetailsSettings::setModp02(double value)
void TechnicalDetailsSettings::setModpO2(double value)
{
if (value == prefs.modpO2)
return;