diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-05-29 23:32:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-29 15:12:49 -0700 |
commit | 7d42b53bba235894668ed1f2da3f5d17cd97b9c5 (patch) | |
tree | ed34dfe32c17e8ac99ff6f4e1058ef30eccd6128 /qt-ui/diveplanner.h | |
parent | d054e8c457c2113b39a7d8fe21215c99a86d1d9d (diff) | |
download | subsurface-7d42b53bba235894668ed1f2da3f5d17cd97b9c5.tar.gz |
Show the calculated deco stops in the planner table
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index a281b7634..7cc4265bd 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -99,6 +99,7 @@ private: QVector<sample> backupSamples; // For editing added dives. struct dive *stagingDive; QVector<QPair<int, int> > oldGases; + void addDecoToModel(); }; class DiveHandler : public QObject, public QGraphicsEllipseItem { |