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

@ -200,12 +200,12 @@ MainTab::~MainTab()
}
}
void MainTab::enable()
void MainTab::enableGeoLoockupEdition()
{
setEnabled(true);
}
void MainTab::disable()
void MainTab::disableGeoLoockupEdition()
{
setDisabled(true);
}