mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: add dev_info data to AppLog
This should make it easier to tell how far we get downloading data from dive computers. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
55df597994
commit
d2a5bf87c4
3 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,7 @@ QMLManager::QMLManager() : m_locationServiceEnabled(false),
|
|||
setShowPin(false);
|
||||
// create location manager service
|
||||
locationProvider = new GpsLocation(&appendTextToLogStandalone, this);
|
||||
progress_callback = &appendTextToLogStandalone;
|
||||
connect(locationProvider, SIGNAL(haveSourceChanged()), this, SLOT(hasLocationSourceChanged()));
|
||||
setLocationServiceAvailable(locationProvider->hasLocationsSource());
|
||||
set_git_update_cb(&gitProgressCB);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue