mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merge with develop
This commit is contained in:
parent
c4f5512b24
commit
d6fc8af573
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