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 2f59daf4b..21737a42c 100644 --- a/qt-models/weightmodel.h +++ b/qt-models/weightmodel.h @@ -31,7 +31,7 @@ public: public slots: - void remove(const QModelIndex &index); + void remove(QModelIndex index); void weightsystemsReset(const QVector<dive *> &dives); private: |