mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
mobile: remove GpsLocation reference from qmlmanager
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5bc99194da
commit
105b60389c
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue