diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-03-12 16:49:42 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-31 22:01:05 -0700 |
commit | 30bdfc8160100a296af7115a1f1dff5e4eeb710c (patch) | |
tree | 0a2f784132bdb747906a624b57acc247017efe0c /qt-ui/diveplanner.h | |
parent | 7902af246c5fa2091caf8fd49e592d12b6e26daa (diff) | |
download | subsurface-30bdfc8160100a296af7115a1f1dff5e4eeb710c.tar.gz |
Distinguish between entered and calculated waypoints
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 4679d0660..1393d9f78 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -57,7 +57,7 @@ public: public slots: - int addStop(int millimeters = 0, int seconds = 0, int o2 = 0, int he = 0, int ccpoint = 0); + int addStop(int millimeters = 0, int seconds = 0, int o2 = 0, int he = 0, int ccpoint = 0, bool entered = true); void addCylinder_clicked(); void setGFHigh(const int gfhigh); void setGFLow(const int ghflow); |