diff options
author | Robert C. Helling <helling@atdotde.de> | 2018-07-02 21:13:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-03 14:47:15 -0700 |
commit | 00f4fa0d1da7b07efed340e5530dd966b22a1fc7 (patch) | |
tree | 3b221380f8db65ce05c02a0d8473c5a2e4c059d8 /profile-widget/profilewidget2.h | |
parent | 8697f7a84d988155e13079e32a7dd00fe418ee42 (diff) | |
download | subsurface-00f4fa0d1da7b07efed340e5530dd966b22a1fc7.tar.gz |
Profile context menu entry to split a dive
Allow the user to manually split a dive in two.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 1d85a125c..7c01a8139 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -115,6 +115,7 @@ slots: // Necessary to call from QAction's signals. void setAddState(); void changeGas(); void addSetpointChange(); + void splitDive(); void addBookmark(); void addDivemodeSwitch(); void hideEvents(); |