Skip to content

Port away from QTextStream::setCodec

Volker Krause requested to merge work/vkrause/qt6-port-textstream-setcodec into master

That is gone in Qt 6. Instead, manually iterate over the file and feed it through the text codec.

Merge request reports