diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-18 18:52:44 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-18 18:52:44 -0800 |
commit | ff5bd062f67e36a3eb20013e40e4e54822b446bf (patch) | |
tree | 90b880c60ffa729234d024a8588251a04b9abe7e /desktop-widgets/mainwindow.cpp | |
parent | 456cc3955a3e343ea1d2303484d5c79b44635155 (diff) | |
download | subsurface-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.cpp | 1 |
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(); |