Skip to content

Adapt to Qt6 text codec changes

Nicolas Fella requested to merge nicolasfella/kconfig:codec into master

In Qt6 QTextCodec/QTextStream::setCodec is replaced with QTextStream::setEncoding(QStringConverter::Encoding)

Also UTF-8 is the new default for QTextStream.

Merge request reports