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