mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Location service: when applying GPS locations mark divelist changed
Lubomir pointed out that this variable was unused. Oops. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9295b3aa37
commit
418a345287
1 changed files with 2 additions and 0 deletions
|
@ -259,6 +259,8 @@ bool GpsLocation::applyLocations()
|
|||
|
||||
}
|
||||
}
|
||||
if (changed)
|
||||
mark_divelist_changed(true);
|
||||
}
|
||||
|
||||
void GpsLocation::clearGpsData()
|
||||
|
|
Loading…
Add table
Reference in a new issue