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

@ -62,7 +62,7 @@ void PreferencesGraph::syncSettings()
pp_gas->setPn2Threshold(ui->pn2Threshold->value());
auto tech = SettingsObjectWrapper::instance()->techDetails;
tech->setModp02(ui->maxpo2->value());
tech->setModpO2(ui->maxpo2->value());
tech->setRedceiling(ui->red_ceiling->isChecked());
tech->setBuehlmann(ui->buehlmann->isChecked());
tech->setGflow(ui->gflow->value());