Skip to content

Write format enum to kconfig in the same way we read it

Volker Krause requested to merge work/vkrause/qt6-fix-format-config-write into master

That is, as an int. The old code just by chance compiles with Qt 5 (but not anymore with Qt 6), but would not result in the same values being read back again.

Merge request reports