mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Just call the member function
This code was embarrassingly indirect. Oops. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
22c83af6ad
commit
9a5ac0d3ac
1 changed files with 1 additions and 1 deletions
|
@ -1638,5 +1638,5 @@ void MainTab::reverseGeocode()
|
|||
{
|
||||
ReverseGeoLookupThread *geoLookup = ReverseGeoLookupThread::instance();
|
||||
geoLookup->lookup(&displayed_dive_site);
|
||||
MainWindow::instance()->information()->updateDiveInfo();
|
||||
updateDiveInfo();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue