diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-09 07:18:22 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-09-09 07:18:22 -0300 |
commit | 545c76992a6a9fb3de59c26e782b95d30d5cd513 (patch) | |
tree | 283fc8a555e6ddf045d4dd4fcd2cc4557b41aaf8 /qt-ui/diveplanner.h | |
parent | 64864fea9c5248b61d7f6f01e3d4dab3e100945a (diff) | |
download | subsurface-545c76992a6a9fb3de59c26e782b95d30d5cd513.tar.gz |
Plug most of the dive planner - non - model stuff.
Plug most of the dive planner controls that weren't
plugged yet - StartTime, ATMPressure, BottomSAC,
DecoStopSAC, LowGF and highGF are being used by
the calculations now.
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, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index ccce6b16f..417128df2 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -39,6 +39,7 @@ public: int addStop(int meters, int minutes,const QString& gas, int ccpoint ); void editStop(int row, divedatapoint newData ); divedatapoint at(int row); + struct diveplan getDiveplan(); public slots: void setGFHigh(short gfhigh); void setGFLow(short ghflow); |