diff options
Diffstat (limited to 'qt-models/weightmodel.h')
-rw-r--r-- | qt-models/weightmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/weightmodel.h b/qt-models/weightmodel.h index 574a40c29..ec43bbbb8 100644 --- a/qt-models/weightmodel.h +++ b/qt-models/weightmodel.h @@ -32,6 +32,7 @@ public: public slots: void remove(const QModelIndex &index); + void weightsystemsReset(dive_trip *trip, const QVector<dive *> &dives); private: int rows; |