diff options
Diffstat (limited to 'qt-models/weightmodel.h')
-rw-r--r-- | qt-models/weightmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-models/weightmodel.h b/qt-models/weightmodel.h index 21737a42c..444d8611e 100644 --- a/qt-models/weightmodel.h +++ b/qt-models/weightmodel.h @@ -25,7 +25,7 @@ public: void passInData(const QModelIndex &index, const QVariant &value); void add(); void clear(); - void updateDive(); + void updateDive(dive *d); weightsystem_t *weightSystemAt(const QModelIndex &index); bool changed; @@ -35,6 +35,7 @@ slots: void weightsystemsReset(const QVector<dive *> &dives); private: + dive *d; int rows; }; |