Just call the member function

This code was embarrassingly indirect. Oops.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-16 09:52:24 -07:00
parent 22c83af6ad
commit 9a5ac0d3ac

View file

@ -1638,5 +1638,5 @@ void MainTab::reverseGeocode()
{
ReverseGeoLookupThread *geoLookup = ReverseGeoLookupThread::instance();
geoLookup->lookup(&displayed_dive_site);
MainWindow::instance()->information()->updateDiveInfo();
updateDiveInfo();
}