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:
Robert C. Helling 2018-07-02 21:13:44 +02:00 committed by Dirk Hohndel
parent 8697f7a84d
commit 00f4fa0d1d
4 changed files with 39 additions and 0 deletions

View file

@ -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();