mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Fixed: Read NeL crash reports as UTF-8 files
--HG-- branch : develop
This commit is contained in:
parent
9a7bcd8613
commit
4b46b9f18f
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ void CCrashReportWidget::onLoad()
|
||||||
}
|
}
|
||||||
|
|
||||||
QTextStream ss( &f );
|
QTextStream ss( &f );
|
||||||
|
ss.setCodec("UTF-8");
|
||||||
m_ui.reportEdit->setPlainText( ss.readAll() );
|
m_ui.reportEdit->setPlainText( ss.readAll() );
|
||||||
f.close();
|
f.close();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue