mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Follow-up to text encoding-related changes from 1330076
Reference: - https://doc.qt.io/qt-6/qtextstream.html#setEncoding
This commit is contained in:
parent
e2f59d2e61
commit
adfef8146e
|
@ -175,7 +175,7 @@ AboutPage::AboutPage()
|
|||
contributorsFile.open(QFile::ReadOnly);
|
||||
|
||||
QTextStream stream(&contributorsFile);
|
||||
stream.setCodec("UTF-8");
|
||||
// stream.setCodec("UTF-8");
|
||||
|
||||
QString line;
|
||||
|
||||
|
|
Loading…
Reference in a new issue