Formatting

This commit is contained in:
Jonas Kvinge
2021-08-23 21:21:08 +02:00
parent ed7794f396
commit ea2bfbda44
111 changed files with 833 additions and 425 deletions

View File

@@ -77,8 +77,9 @@ void ErrorDialog::UpdateContent() {
QString html;
for (const QString &message : current_messages_) {
if (!html.isEmpty())
if (!html.isEmpty()) {
html += "<hr/>";
}
html += message.toHtmlEscaped();
}
ui_->messages->setHtml(html);