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 c8f9c9776..1ef7cdf53 100644 --- a/qt-models/weightmodel.h +++ b/qt-models/weightmodel.h @@ -35,6 +35,7 @@ slots: void weightsystemsReset(const QVector<dive *> &dives); void weightAdded(dive *d, int pos); void weightRemoved(dive *d, int pos); + void weightEdited(dive *d, int pos); private: dive *d; |