summaryrefslogtreecommitdiffstats
path: root/src/positioningquick/qdeclarativepositionsource.cpp
diff options
context:
space:
mode:
authorIvan Solovev <[email protected]>2025-06-25 12:37:09 +0200
committerIvan Solovev <[email protected]>2025-06-26 09:04:14 +0200
commit80a0ad58ed14dfbe56cc03ac8c8b93a087852971 (patch)
tree094995fb2cefe5058f1df54580ea49775f868163 /src/positioningquick/qdeclarativepositionsource.cpp
parentba295ac57fa76426dd6ed6e8f1265f3181aa963d (diff)
Android: fix MSL altitude usageHEADdev
Commit 0f3efd9b280ba3151352e9e3bfa67b4c22e0a0f2 added support for MSL altitude calculation on Android 14+. Back then, on Android 14, the developer had to manually use the AltitudeConverter in order to add MSL altitude to the Location object. However, Android 15 now adds this altitude unconditionally. As a result, the logic from the original patch was broken, because on the C++ side we simply used the MSL value if it was available, assuming that only we could add it earlier on the Java side. This patch updates the logic to also take the plugin parameter value into account on the C++ side. Amends 0f3efd9b280ba3151352e9e3bfa67b4c22e0a0f2 which was added in Qt 6.8. Task-number: QTBUG-106049 Pick-to: 6.10 6.9 6.8 Change-Id: I9ed6d14f4431bb337faeac4cb93cd7989568267c Reviewed-by: Juha Vuolle <[email protected]>
Diffstat (limited to 'src/positioningquick/qdeclarativepositionsource.cpp')
0 files changed, 0 insertions, 0 deletions