summaryrefslogtreecommitdiffstats
path: root/profile-widget/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2018-07-02 21:13:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-03 14:47:15 -0700
commit00f4fa0d1da7b07efed340e5530dd966b22a1fc7 (patch)
tree3b221380f8db65ce05c02a0d8473c5a2e4c059d8 /profile-widget/profilewidget2.h
parent8697f7a84d988155e13079e32a7dd00fe418ee42 (diff)
downloadsubsurface-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.h1
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();