Fix 02 typo, rename O2 members in devicesettings

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2014-10-18 00:33:36 +02:00 committed by Dirk Hohndel
parent 9e958c80fa
commit 624f0e9b24
3 changed files with 18 additions and 18 deletions

View file

@ -110,11 +110,11 @@ public:
int decoType() const;
void setDecoType(int decoType);
int pp02Max() const;
void setPp02Max(int pp02Max);
int ppO2Max() const;
void setPpO2Max(int ppO2Max);
int pp02Min() const;
void setPp02Min(int pp02Min);
int ppO2Min() const;
void setPpO2Min(int ppO2Min);
int futureTTS() const;
void setFutureTTS(int futureTTS);
@ -216,8 +216,8 @@ private:
int m_ccrMode;
int m_diveMode;
int m_decoType;
int m_pp02Max;
int m_pp02Min;
int m_ppO2Max;
int m_ppO2Min;
int m_futureTTS;
int m_gfLow;
int m_gfHigh;