aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-09 12:43:06 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-09 12:50:22 -0700
commitd2a5bf87c4ea5280f552ee6b08554b310b78fdef (patch)
treeabcf7c29100a40e32f9aa1a862611247bc9ec63e /mobile-widgets/qmlmanager.cpp
parent55df5979941c924ce66b491f54ccbad0c3e7c232 (diff)
downloadsubsurface-d2a5bf87c4ea5280f552ee6b08554b310b78fdef.tar.gz
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>
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index 5aa0451f8..f0586bdf6 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -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);