From 8f5a6624411ceeda96d2cad9b6499023233d55f8 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 24 Mar 2016 17:42:53 -0700 Subject: QML UI: add the position source reported to the log I've seen iPads without GPS report that they support satellite positioning. Seems like a Qt bug to me. Signed-off-by: Dirk Hohndel --- subsurface-core/gpslocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurface-core') diff --git a/subsurface-core/gpslocation.cpp b/subsurface-core/gpslocation.cpp index 2586f5fb0..075b1c046 100644 --- a/subsurface-core/gpslocation.cpp +++ b/subsurface-core/gpslocation.cpp @@ -33,7 +33,7 @@ GpsLocation::GpsLocation(void (*showMsgCB)(const char *), QObject *parent) : QOb QString("org.subsurfacedivelog"), QString("subsurfacelocation"), this); #ifdef SUBSURFACE_MOBILE if (hasLocationsSource()) - status("Found GPS"); + status(QString("Found GPS with positioning methods %1").arg(QString::number(m_GpsSource->supportedPositioningMethods(), 16))); #endif userAgent = getUserAgent(); loadFromStorage(); -- cgit v1.2.3-70-g09d2