mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
8697f7a84d
commit
00f4fa0d1d
4 changed files with 39 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue