summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-10 12:30:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-10 12:30:02 -0700
commit3b018204f21ebd5518a4047fc9f694a49c6c6182 (patch)
tree168e63b8ff008d6a2cc5d34a839a74e0b65ae226 /qt-ui/maintab.cpp
parent0da0a40bb8513eff186b5cc2a4b006bb4cb2ad6b (diff)
downloadsubsurface-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.cpp1
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()