summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-20 13:39:41 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-20 13:39:41 -0300
commitb1c526ddb4508a0694e46a6e48a1b0f900072f37 (patch)
tree3ae592fc893142bffdd8162ff0883086543fe303 /qt-ui/diveplanner.h
parent364254ed36d98ebe61385ddd7d2062c0f7214df3 (diff)
downloadsubsurface-b1c526ddb4508a0694e46a6e48a1b0f900072f37.tar.gz
Fix creation of the poligon-based lines for the dive planner
This fixes the creation of the poligon-based lines next thing to do is to forbit creation of the next point before the last one. 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, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 682c56ae4..9d87b0c78 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -12,7 +12,7 @@ protected:
virtual void mouseDoubleClickEvent(QMouseEvent* event);
virtual void showEvent(QShowEvent* event);
virtual void resizeEvent(QResizeEvent* event);
-
+
void clear_generated_deco();
void create_deco_stop();