diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-11-09 20:35:09 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-09 20:35:09 +0900 |
commit | 487efb1ee91c5b7e648f31ef3700fae2c45753d4 (patch) | |
tree | ee9226b8abb20f09473dd42ef0dca4578433911d /qt-ui/diveplanner.h | |
parent | 5dce73f62b21b9d70cf4d7f51c8d6ec9cf8bb9f1 (diff) | |
parent | 6d5b2d75927b23183f8864bebf894b7bf4828311 (diff) | |
download | subsurface-487efb1ee91c5b7e648f31ef3700fae2c45753d4.tar.gz |
Merge branch 'addDiveGasFix'
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 394a83bc0..9fc9cc641 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -42,7 +42,7 @@ public: int size(); struct diveplan getDiveplan(); public slots: - int addStop(int meters = 0, int minutes = 0,const QString& gas = QString(), int ccpoint = 0 ); + int addStop(int meters = 0, int minutes = 0, int o2 = 0, int he = 0, int ccpoint = 0 ); void setGFHigh(short gfhigh); void setGFLow(short ghflow); void setSurfacePressure(int pressure); |