diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 13:39:41 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 13:39:41 -0300 |
commit | b1c526ddb4508a0694e46a6e48a1b0f900072f37 (patch) | |
tree | 3ae592fc893142bffdd8162ff0883086543fe303 /qt-ui/diveplanner.h | |
parent | 364254ed36d98ebe61385ddd7d2062c0f7214df3 (diff) | |
download | subsurface-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.h | 2 |
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(); |