summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-07-21 09:27:04 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-07-21 09:27:04 -0300
commit29cb15950e632dd70fa004f721c529c6d0c8041b (patch)
tree8af6b7bde4fd7fdd7c6cd3a3ab6d4c034b98c221 /qt-ui/diveplanner.h
parentd776bb9eb35444aff80fbd2ec2390f3351ee4e4e (diff)
downloadsubsurface-29cb15950e632dd70fa004f721c529c6d0c8041b.tar.gz
Added ( finally ) the code to reduce depth on the planner
Added the code to reduce depth on the planner. Depth cannot be lower than 40m and it also won't let the user reduce if there's any point on the 'reduced' area. the icon is ugly - we need an artist. 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 7f33f044b..468df0ed9 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -85,6 +85,8 @@ private slots:
void keyRightAction();
void increaseTime();
void increaseDepth();
+ void decreaseTime();
+ void decreaseDepth();;
void okClicked();
void cancelClicked();