desktop: update statistics tab when cylinders changed

The cylinder-based statistics where not updated when an undo
command edited cylinder data. Do so.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-05 11:55:23 +02:00 committed by Dirk Hohndel
parent 16a35a8bbe
commit 9298466037
3 changed files with 13 additions and 0 deletions

View file

@ -19,6 +19,7 @@ public:
private slots:
void divesChanged(const QVector<dive *> &dives, DiveField field);
void cylinderChanged(dive *d);
private:
Ui::TabDiveStatistics *ui;