mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: fix typos in comments
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
acd385048a
commit
70fbce46c7
2 changed files with 4 additions and 4 deletions
|
@ -915,7 +915,7 @@ void DiveTripModelTree::divesHidden(dive_trip *trip, const QVector<dive *> &dive
|
|||
removeTrip(idx); // If all dives are hidden, remove the whole trip!
|
||||
} else {
|
||||
removeDivesFromTrip(idx, dives);
|
||||
// Note: if dives are shown and hidden from a trip, we send to signals. Shrug.
|
||||
// Note: if dives are shown and hidden from a trip, we send two signals. Shrug.
|
||||
dataChanged(createIndex(idx, 0, noParent), createIndex(idx, 0, noParent));
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue