diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-07-06 22:40:37 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-09 12:08:48 -0700 |
commit | bb3151795188fc5ef53053ce004dc1d1f2de63a1 (patch) | |
tree | 03e4fce2ec15be5af9f405a82b12c404d4af0e75 /qt-models/cylindermodel.h | |
parent | ffca5674bf62381e6ebb05715b71ed3d801d6ca7 (diff) | |
download | subsurface-bb3151795188fc5ef53053ce004dc1d1f2de63a1.tar.gz |
Planner: update cylinder mixes and MND and MOD when prefs are changed
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r-- | qt-models/cylindermodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index d4ef8dc41..ce2c87e69 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -38,13 +38,13 @@ public: void updateDive(); void copyFromDive(struct dive *d); void updateDecoDepths(pressure_t olddecopo2); - bool updateBestMixes(); cylinder_t *cylinderAt(const QModelIndex &index); bool changed; public slots: void remove(const QModelIndex &index); + bool updateBestMixes(); private: int rows; |