mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Better name for the disable/enable geolocation edit
'enable' and 'disable' is too generic, and we are only blocking the geolocation edit. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b59084dc1f
commit
c2f77353ee
3 changed files with 6 additions and 6 deletions
|
@ -94,8 +94,8 @@ slots:
|
|||
void removeSelectedPhotos();
|
||||
void prepareDiveSiteEdit();
|
||||
void showLocation();
|
||||
void enable();
|
||||
void disable();
|
||||
void enableGeoLoockupEdition();
|
||||
void disableGeoLoockupEdition();
|
||||
|
||||
private:
|
||||
Ui::MainTab ui;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue