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>
This commit is contained in:
Dirk Hohndel 2015-11-18 18:52:44 -08:00
parent 456cc3955a
commit ff5bd062f6
4 changed files with 10 additions and 0 deletions

View file

@ -205,6 +205,7 @@ MainWindow::MainWindow() : QMainWindow(),
enableDisableCloudActions();
#endif
GpsLocation *locationProvider = new GpsLocation(&report_message, this);
ui.mainErrorMessage->hide();
graphics()->setEmptyState();
initialUiSetup();