mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
4d04f74312
commit
b32251a5a8
4 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue