diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-20 07:36:14 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-20 07:38:15 -0500 |
commit | 5f4aec867e852129a5eb3b507e06d0c80a021b74 (patch) | |
tree | fca903e3347dfcf3132a2fafd8ba577f35171da6 /qt-ui/diveplanner.h | |
parent | e04acd4189d4b5307016d3acd1de947c094fcb11 (diff) | |
download | subsurface-5f4aec867e852129a5eb3b507e06d0c80a021b74.tar.gz |
When manually adding a dive, start with a simple dive
This is much friendlier than just showing an empty profile. I picked a
nice and simple three level dive. 25 minutes at 18m, 15 minutes at 9m, and
a safety stop.
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 12b01cdeb..0c91bcdef 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -35,6 +35,7 @@ public: enum Modes { PLAN, ADD }; void setPlanMode(bool); bool isPlanner(); + void createSimpleDive(); /** * @return the row number. |