mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-02 18:42:09 -05:00
In Qt6, QTextStream::setCodec has been replaced by QTextStream::setEncoding. However, all text is assumed to be UTF-8, so we don't need to specify UTF-8 in Qt6. https://doc.qt.io/qt-5/qtextstream.html#setCodec-1 https://doc.qt.io/qt-6/qtextstream.html#setEncoding
4.1 KiB
4.1 KiB