summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-18 18:52:44 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-18 18:52:44 -0800
commitff5bd062f67e36a3eb20013e40e4e54822b446bf (patch)
tree90b880c60ffa729234d024a8588251a04b9abe7e /desktop-widgets/mainwindow.cpp
parent456cc3955a3e343ea1d2303484d5c79b44635155 (diff)
downloadsubsurface-ff5bd062f67e36a3eb20013e40e4e54822b446bf.tar.gz
Location service: instantiate location provider in the desktop UI
We still aren't doing anything with it, but at least it's there now. 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 356196dad..732425ea7 100644
--- a/desktop-widgets/mainwindow.cpp
+++ b/desktop-widgets/mainwindow.cpp
@@ -205,6 +205,7 @@ MainWindow::MainWindow() : QMainWindow(),
enableDisableCloudActions();
#endif
+ GpsLocation *locationProvider = new GpsLocation(&report_message, this);
ui.mainErrorMessage->hide();
graphics()->setEmptyState();
initialUiSetup();