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 <dirk@hohndel.org>
This commit is contained in:
parent
dc1cd40721
commit
8f5a662441
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user