diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-10 12:30:02 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-10 12:30:02 -0700 |
commit | 3b018204f21ebd5518a4047fc9f694a49c6c6182 (patch) | |
tree | 168e63b8ff008d6a2cc5d34a839a74e0b65ae226 /qt-ui/maintab.cpp | |
parent | 0da0a40bb8513eff186b5cc2a4b006bb4cb2ad6b (diff) | |
download | subsurface-3b018204f21ebd5518a4047fc9f694a49c6c6182.tar.gz |
When done reverse geocoding, hide the notification
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 8b141a16f..5cbf182d7 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -237,6 +237,7 @@ void MainTab::enableGeoLookupEdition() { ui.waitingSpinner->stop(); ui.addDiveSite->show(); + MainWindow::instance()->getNotificationWidget()->hideNotification(); } void MainTab::disableGeoLookupEdition() |