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
|
@ -200,12 +200,12 @@ MainTab::~MainTab()
|
|||
}
|
||||
}
|
||||
|
||||
void MainTab::enable()
|
||||
void MainTab::enableGeoLoockupEdition()
|
||||
{
|
||||
setEnabled(true);
|
||||
}
|
||||
|
||||
void MainTab::disable()
|
||||
void MainTab::disableGeoLoockupEdition()
|
||||
{
|
||||
setDisabled(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue