summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-07-04 11:28:39 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-07-04 11:28:39 -0300
commit52fd769efb1678d64d2a09b0b022e0484bf2d1b8 (patch)
tree0fd93a2035087635d06dcca4fe9c2af3b0527f63 /qt-ui/diveplanner.h
parent932ee3da94856401477f1b3f1d58c26841f2bce8 (diff)
downloadsubsurface-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.h2
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();