Follow-up to text encoding-related changes from 1330076

Reference:
- https://doc.qt.io/qt-6/qtextstream.html#setEncoding
This commit is contained in:
zneix 2021-07-31 22:59:59 +02:00
parent e2f59d2e61
commit adfef8146e
No known key found for this signature in database
GPG key ID: 911916E0523B22F6

View file

@ -175,7 +175,7 @@ AboutPage::AboutPage()
contributorsFile.open(QFile::ReadOnly);
QTextStream stream(&contributorsFile);
stream.setCodec("UTF-8");
// stream.setCodec("UTF-8");
QString line;