Cleanup: rename newCurrentDive signal to currentDiveChanged

This is more consistent with the rest of the signals.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-11-24 15:05:35 +01:00 committed by bstoeger
parent ae753f4c4d
commit 86f384f932
3 changed files with 11 additions and 11 deletions

View file

@ -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);