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