mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Read NeL crash reports as UTF-8 files
This commit is contained in:
parent
ca585f73c0
commit
dca0bac052
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ void CCrashReportWidget::onLoad()
|
|||
}
|
||||
|
||||
QTextStream ss( &f );
|
||||
ss.setCodec("UTF-8");
|
||||
m_ui.reportEdit->setPlainText( ss.readAll() );
|
||||
f.close();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue