diff options
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r-- | qt-models/cylindermodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index d53aaa564..58d11e971 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -48,7 +48,7 @@ public: public slots: void remove(const QModelIndex &index); - void cylindersReset(dive_trip *trip, const QVector<dive *> &dives); + void cylindersReset(const QVector<dive *> &dives); bool updateBestMixes(); private: |