summaryrefslogtreecommitdiffstats
path: root/qt-models/cylindermodel.h
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2017-03-13 08:25:32 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-13 10:26:18 -0700
commit8834fc0443aadfe4e98a2b8db3253a9bf61645f8 (patch)
tree7c12ecf0c6e00aca283c85d5467e2369d1d1d061 /qt-models/cylindermodel.h
parent2b5a2352eadfe992319910495cc11a0a83c4a6cd (diff)
downloadsubsurface-8834fc0443aadfe4e98a2b8db3253a9bf61645f8.tar.gz
Correctly trigger update of cylinder table trash icons in planner
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r--qt-models/cylindermodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h
index 88da8048c..1aa2daaec 100644
--- a/qt-models/cylindermodel.h
+++ b/qt-models/cylindermodel.h
@@ -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;