Skip to content

Remove the last QStringRef use

Volker Krause requested to merge work/vkrause/qt6-remove-last-stringref-use into master

This is a bit more elaborate than a straightforward port, as the old code already was prone to using dangling string references due to values from the English language block being out of scope when the reference were used in the final loop.

Merge request reports