diff options
Diffstat (limited to 'qt-models/divetripmodel.h')
-rw-r--r-- | qt-models/divetripmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index 67a4f090d..236dbb1d2 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -3,6 +3,7 @@ #define DIVETRIPMODEL_H #include "core/dive.h" +#include "core/subsurface-qt/DiveListNotifier.h" #include <QAbstractItemModel> // There are two different representations of the dive list: @@ -112,6 +113,7 @@ public slots: void divesTimeChanged(dive_trip *trip, timestamp_t delta, const QVector<dive *> &dives); void divesMovedBetweenTrips(dive_trip *from, dive_trip *to, bool deleteFrom, bool createTo, const QVector<dive *> &dives); void currentDiveChanged(); + void tripChanged(dive_trip *trip, TripField); public: DiveTripModelTree(QObject *parent = nullptr); |