mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create divemode switches using profile context menu
Allow the manual creation of divemode switch events using the profile context menu. Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
This commit is contained in:
parent
2a2098bab2
commit
e46cb2f800
2 changed files with 39 additions and 0 deletions
|
|
@ -115,6 +115,9 @@ slots: // Necessary to call from QAction's signals.
|
|||
void changeGas();
|
||||
void addSetpointChange();
|
||||
void addBookmark();
|
||||
void addOCSwitch();
|
||||
void addCCRSwitch();
|
||||
void addPSCRSwitch();
|
||||
void hideEvents();
|
||||
void unhideEvents();
|
||||
void removeEvent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue