aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-02 14:32:03 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-12-02 14:32:03 -0800
commit8f33403e4f70e5785b145ae483ab16992ab68431 (patch)
treefaa5b3b0decadb67cb2ef480bf08b605d8c7c3b9 /desktop-widgets/mainwindow.cpp
parent962341ae9f781e10a6276b9f7d81d9da72bd90f6 (diff)
downloadsubsurface-8f33403e4f70e5785b145ae483ab16992ab68431.tar.gz
Fetch the Subsurface webservice userid if cloud credentials were given
This allows users to not have to worry about this userid anymore. Both the mobile app and the desktop app can now derive the userid from the cloud storage credentials. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r--desktop-widgets/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp
index 67666a68f..93cd2d408 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -209,6 +209,7 @@ MainWindow::MainWindow() : QMainWindow(),
if (!locationProvider->hasLocationsSource()) {
ui.menuFile->removeAction(ui.add_GPS_location_here);
}
+
ui.mainErrorMessage->hide();
graphics()->setEmptyState();
initialUiSetup();