diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2018-04-07 20:39:41 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2018-05-14 23:47:00 +0300 |
commit | e46cb2f8007e4767beef8b43a51e2824010875e8 (patch) | |
tree | ec045a4636f7483dc577a6a9b5ddaa4464304a82 /profile-widget/profilewidget2.h | |
parent | 2a2098bab2766eec8e0b1d18e1f965b76ff022b5 (diff) | |
download | subsurface-e46cb2f8007e4767beef8b43a51e2824010875e8.tar.gz |
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>
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 0e44424ee..65a7d99c5 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -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(); |