diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-07-04 11:28:39 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-07-04 11:28:39 -0300 |
commit | 52fd769efb1678d64d2a09b0b022e0484bf2d1b8 (patch) | |
tree | 0fd93a2035087635d06dcca4fe9c2af3b0527f63 /qt-ui/diveplanner.h | |
parent | 932ee3da94856401477f1b3f1d58c26841f2bce8 (diff) | |
download | subsurface-52fd769efb1678d64d2a09b0b022e0484bf2d1b8.tar.gz |
Added 'up' and 'down' actions on the dive planner.
Added 'up' and 'down' keyboard actions on the dive planner,
you need to select the handlers with ctrl + click, then
press up to make the handler go 1m up, or down, to make the
handler go 1m down.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index c6869feb4..5ea9f0dab 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -79,6 +79,8 @@ protected: private slots: void keyEscAction(); void keyDeleteAction(); + void keyUpAction(); + void keyDownAction(); void increaseTime(); void increaseDepth(); void okClicked(); |