diff options
Diffstat (limited to 'qt-models/divetripmodel.h')
-rw-r--r-- | qt-models/divetripmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index 6d34d30bb..aab154069 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -115,6 +115,7 @@ private: // Addition and deletion of dives void addDivesToTrip(int idx, const QVector<dive *> &dives); + void topLevelChanged(int idx); dive *diveOrNull(const QModelIndex &index) const; // Returns a dive if this index represents a dive, null otherwise dive_or_trip tripOrDive(const QModelIndex &index) const; |