diff options
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index bd1e60c0f..b7a72b1d2 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -84,6 +84,8 @@ public: void clear(); void update(); void setDive(struct dive *d); + cylinder_t *cylinderAt(const QModelIndex& index); + public slots: void remove(const QModelIndex& index); |