diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-11-26 14:22:41 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-01 14:23:45 -0800 |
commit | fb265c292994d9afa252b5236a805f84cb0d4554 (patch) | |
tree | cb03a4d7f76cfa057948db6386fcb8f96780d350 /qt-ui/profile/profilewidget2.h | |
parent | 96a94f1a19d22fa0432e10495315ce3e98b35c4f (diff) | |
download | subsurface-fb265c292994d9afa252b5236a805f84cb0d4554.tar.gz |
Context menu entry to change setpoint
This patch adds a context menu entry to add a setpoint change
event. In particular, this can be used to turn a logged dive into
a CCR dive.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 4c7951533..a1f216e48 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -92,6 +92,7 @@ slots: // Necessary to call from QAction's signals. void setPlanState(); void setAddState(); void changeGas(); + void addSetpointChange(); void addBookmark(); void hideEvents(); void unhideEvents(); |