From 880b98ed35c2dbf3b5a015784323894c59bc7feb Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 21 Jun 2013 16:51:13 -0300 Subject: Added the skeleton implementation of the increaseTime and depth Added the skeleton implementation of the increaseTime and increaseDepth methods - they will increase the time / depth by 10 units ( feets / minutes ) each time they are clicked. Signed-off-by: Tomaz Canabrava --- qt-ui/diveplanner.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'qt-ui/diveplanner.h') diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index c3ae3eb60..453cec63e 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -62,6 +62,11 @@ protected: void clear_generated_deco(); void create_deco_stop(); bool isPointOutOfBoundaries(const QPointF& point); + +private slots: + void increaseTime(); + void increaseDepth(); + private: void moveActiveHandler(const QPointF& pos); -- cgit v1.2.3-70-g09d2