aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-05 06:32:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-05 06:32:23 -0700
commit896b7a5e74b4dad8c726b9983f56776bf9995294 (patch)
treeebbae19432798e5358fbf5c8d31d16dd88ea29de /qt-models/diveplannermodel.h
parent74e295698629f27178abac7fee0ac61fc80fc63d (diff)
parentddfd046c8d0efe3bebc5c14b3d53e6d39eabe217 (diff)
downloadsubsurface-896b7a5e74b4dad8c726b9983f56776bf9995294.tar.gz
Merge branch 'new-vpm' of https://github.com/Slagvi/subsurface
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r--qt-models/diveplannermodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h
index 422499084..a8524393a 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -78,7 +78,7 @@ slots:
void setDisplayRuntime(bool value);
void setDisplayDuration(bool value);
void setDisplayTransitions(bool value);
- void setRecreationalMode(bool value);
+ void setDecoMode(int mode);
void setSafetyStop(bool value);
void savePlan();
void saveDuplicatePlan();