mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
And make sipify handle this nicely. This means that all our non-flag style enums correctly map across to IntFlag python enums on Qt 6, fixing issues with negative enum values for these and providing a better match for the original c++ enum.