Skip to content

Port to Qt6

Nicolas Fella requested to merge work/qt6 into master

Not properly tested yet.

Tests are failing because we are relying on deprecated QString behavior. It was possible to access a QString out-of-bounds in Qt5, in Qt6 this asserts

Merge request reports