Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.15, 6.9
-
None
-
-
2
-
ab48b4f26 (dev), 1fcb7acc3 (dev)
-
Foundation Sprint 129
Description
The feature of adding holes to a QGeoPolygon was added in https://codereview.qt-project.org/c/qt/qtlocation/+/232285, back in Qt 5.12. However, it was never serialized to/from a QDataStream.
We cannot provide a backwards-compatible fix, because we need to bump the QDataStream::Version value to implement the serialization. But let's do it for 6.10 at least.