mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
d054e8c457
commit
7d42b53bba
2 changed files with 23 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue