diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-27 17:31:10 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-27 17:31:10 -0300 |
commit | 19fbc108c3359cafb9ac76bca20df68fc58624a2 (patch) | |
tree | b69bb2abddba7f4f9c6dc9bd1ca2c7144f09e6a7 /qt-ui/diveplanner.h | |
parent | c7c5ca7c3e1f4f9fb3d6a49a4b6eb2bcfdf2fb24 (diff) | |
download | subsurface-19fbc108c3359cafb9ac76bca20df68fc58624a2.tar.gz |
Removed memleak created by the diveplan calculations
Removed a small memleak created by the diveplan calculations.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index f2073515d..09418f1c6 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -68,7 +68,7 @@ protected: void clearGeneratedDeco(); void createDecoStops(); bool isPointOutOfBoundaries(const QPointF& point); - + void deleteTemporaryDivePlan(struct divedatapoint* dp); private slots: void increaseTime(); void increaseDepth(); @@ -76,7 +76,6 @@ private slots: void cancelClicked(); private: - void moveActiveHandler(const QPointF& pos); QList<QGraphicsLineItem*> lines; QList<DiveHandler *> handles; |