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:
Tomaz Canabrava 2015-05-17 18:35:30 -03:00 committed by Dirk Hohndel
parent b59084dc1f
commit c2f77353ee
3 changed files with 6 additions and 6 deletions

View file

@ -94,8 +94,8 @@ slots:
void removeSelectedPhotos();
void prepareDiveSiteEdit();
void showLocation();
void enable();
void disable();
void enableGeoLoockupEdition();
void disableGeoLoockupEdition();
private:
Ui::MainTab ui;