From ff5bd062f67e36a3eb20013e40e4e54822b446bf Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 18 Nov 2015 18:52:44 -0800 Subject: 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 --- desktop-widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop-widgets/mainwindow.cpp') 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(); -- cgit v1.2.3-70-g09d2