diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-08-26 14:54:07 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-08-26 14:54:07 -0300 |
commit | de2f5d9e607efa4dadff63aa69553e6fb5571337 (patch) | |
tree | b2f139b52d2afe1a44c309b9a89331dc27516615 /qt-ui/diveplanner.h | |
parent | bc71f9a9160cd704e6a01e5485cadba950d758e9 (diff) | |
download | subsurface-de2f5d9e607efa4dadff63aa69553e6fb5571337.tar.gz |
Moving Handler on Graphics Updates the Model on the Planner
Moving the handler on the graphics updates the model on the planner
Unfortunately, the graphics will move back to it's original
position because of the legacy code used to calculate the
dive plan. Next: fix the legacy code used to calculate the dive plan.
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 e8951b682..9174401fc 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -31,6 +31,7 @@ public: * @return the row number. */ int addStop(int meters, int minutes,const QString& gas, int ccpoint ); + void editStop(int row, divedatapoint newData ); divedatapoint at(int row); public slots: void setGFHigh(short gfhigh); |