Merge with develop

This commit is contained in:
kervala 2016-05-30 17:51:54 +02:00
parent c4f5512b24
commit d6fc8af573

View file

@ -190,6 +190,7 @@ void CCrashReportWidget::onLoad()
}
QTextStream ss( &f );
ss.setCodec("UTF-8");
m_ui.reportEdit->setPlainText( ss.readAll() );
f.close();
}