mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
The original workaround was only supposed to apply to QList/ QVector of QVariantMaps. By replacing them all in sip we break mapping of signals defined in c++ which are emitted by Python code. Fixes exceptions after running processing algorithms in Qt6 builds.