aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-09-11 16:57:47 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-09-13 11:21:34 -0700
commit105b60389c1468870bb3d08a93ee93a829048f65 (patch)
tree4a1ac344efba0852ca61b5d0896710324e371d58
parent5bc99194da2db9f561a04751e7ed206a03dcc9c3 (diff)
downloadsubsurface-105b60389c1468870bb3d08a93ee93a829048f65.tar.gz
mobile: remove GpsLocation reference from qmlmanager
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qmlmanager.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index eb44faaaf..1bb429ee6 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -293,11 +293,6 @@ QMLManager::QMLManager() :
connect(&btDiscovery->localBtDevice, &QBluetoothLocalDevice::hostModeStateChanged,
this, &QMLManager::btHostModeChange);
}
- // add log call back to the location manager service singleton
- GpsLocation::instance()->setLogCallBack(&appendTextToLogStandalone);
- progress_callback = &progressCallback;
- connect(GpsLocation::instance(), &GpsLocation::haveSourceChanged, this, &QMLManager::hasLocationSourceChanged);
- setLocationServiceAvailable(GpsLocation::instance()->hasLocationsSource());
set_git_update_cb(&gitProgressCB);
// present dive site lists sorted by name