diff options
Diffstat (limited to 'qt-models/divetripmodel.h')
-rw-r--r-- | qt-models/divetripmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index 9ed2189a0..8756ba217 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -95,7 +95,7 @@ signals: // indexes into local indexes according to current sorting/filtering and instructs the QSelectionModel to // perform the appropriate actions. void selectionChanged(const QVector<QModelIndex> &indexes); - void newCurrentDive(QModelIndex index); + void currentDiveChanged(QModelIndex index); protected: // Access trip and dive data static QVariant diveData(const struct dive *d, int column, int role); |