diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-09 07:19:59 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-09 07:19:59 -0700 |
commit | 167a55f6f5285c7c6572116ef98f3818eb331edd (patch) | |
tree | c06a55b141b4e3e4fdfbdc24dad7152ef94b0cd5 /qt-ui/diveplanner.h | |
parent | 21c32d7f032e302d1cc167b5acd70f37c24453b1 (diff) | |
parent | b4a609f46fb2c66798d4d56f59ce44c26fc8f3f8 (diff) | |
download | subsurface-167a55f6f5285c7c6572116ef98f3818eb331edd.tar.gz |
Merge branch 'moreDivePlanner' of https://github.com/tcanabrava/subsurface
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); |