mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
ae753f4c4d
commit
86f384f932
3 changed files with 11 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue