diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-06-17 13:41:06 +0200 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2018-06-24 09:35:55 +0200 |
commit | c64e4b159f38ce4e59766a363687ad3170c04cc9 (patch) | |
tree | 3face69a5fc22a649b8bd1e8de9ee52612fd27bf /qt-models/diveplannermodel.h | |
parent | 2eb7c2e23f97e88ee85d56f5a9945e7959423a88 (diff) | |
download | subsurface-c64e4b159f38ce4e59766a363687ad3170c04cc9.tar.gz |
Copy divemode to Replan
this needs copying the divemode from the dive to the plan.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r-- | qt-models/diveplannermodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h index 371afb30c..57d1a9c50 100644 --- a/qt-models/diveplannermodel.h +++ b/qt-models/diveplannermodel.h @@ -60,7 +60,7 @@ public: public slots: - int addStop(int millimeters = 0, int seconds = 0, int cylinderid_in = -1, int ccpoint = 0, bool entered = true); + int addStop(int millimeters = 0, int seconds = 0, int cylinderid_in = -1, int ccpoint = 0, bool entered = true, enum divemode_t = UNDEF_COMP_TYPE); void addCylinder_clicked(); void setGFHigh(const int gfhigh); void setGFLow(const int gflow); |