From 624f0e9b243cbca8019bb71f74073d6bbc74468e Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sat, 18 Oct 2014 00:33:36 +0200 Subject: Fix 02 typo, rename O2 members in devicesettings Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- devicedetails.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'devicedetails.h') diff --git a/devicedetails.h b/devicedetails.h index 4953f72c7..13311eca5 100644 --- a/devicedetails.h +++ b/devicedetails.h @@ -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; -- cgit v1.2.3-70-g09d2