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 b7a72b1d2..e8a7daaf3 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -114,6 +114,8 @@ public: void clear(); void update(); void setDive(struct dive *d); + weightsystem_t *weightSystemAt(const QModelIndex& index); + public slots: void remove(const QModelIndex& index); |