mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
Previously this was always read from settings when using QgsGeometryValidator. It's now an explicit argument when constructing QgsGeometryValidator or calling the static validation methods, allowing choice of internal/GEOS validation methods. Helps remove more QgsSettings use from core.