Trigger reverse geo lookup by pressing the button

This may not be the best UI, but for now it works.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-01 12:37:50 -07:00
parent baf68868f5
commit d966fd2606
2 changed files with 10 additions and 1 deletions

View file

@ -97,6 +97,7 @@ slots:
void disableGeoLookupEdition();
void setCurrentLocationIndex();
void showDiveSiteSimpleEdit();
void reverseGeocode();
private:
Ui::MainTab ui;
WeightModel *weightModel;