Correctly trigger update of cylinder table trash icons in planner

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-03-13 08:25:32 +01:00 committed by Dirk Hohndel
parent 2b5a2352ea
commit 8834fc0443
3 changed files with 9 additions and 0 deletions

View file

@ -38,6 +38,7 @@ public:
void updateDive();
void copyFromDive(struct dive *d);
void updateDecoDepths(pressure_t olddecopo2);
void updateTrashIcon();
cylinder_t *cylinderAt(const QModelIndex &index);
bool changed;
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const;