diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-16 12:30:58 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-16 12:30:58 -0300 |
commit | f74799d5815bb1d6e7d6c6c531ccf9ba6e966191 (patch) | |
tree | 9e0edfcd66be4b0280b23a57fbb358827a2d76d6 /qt-ui/diveplanner.h | |
parent | fad55b30471b821950a9439e38daa9ca5b89ed64 (diff) | |
download | subsurface-f74799d5815bb1d6e7d6c6c531ccf9ba6e966191.tar.gz |
Ok on the planner now correctly creates a Dive.
Ok on the planner now correctly creates a dive,
a few remarks, tougth:
1 - the number of the added dive is always 0
( but I may be testing it wrong )
2 - the information pane is working only when
the mouse is clicked, this is a regression and
it will be fixed. ;)
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index ea528068a..84545ce40 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -130,7 +130,6 @@ protected: virtual void mousePressEvent(QMouseEvent* event); virtual void mouseReleaseEvent(QMouseEvent* event); bool isPointOutOfBoundaries(const QPointF& point); - void deleteTemporaryDivePlan(struct divedatapoint* dp); qreal fromPercent(qreal percent, Qt::Orientation orientation); private slots: void keyEscAction(); |