diff --git a/src/DiagnosticsDialog.cpp b/src/DiagnosticsDialog.cpp index 61880aa4..22f232b5 100644 --- a/src/DiagnosticsDialog.cpp +++ b/src/DiagnosticsDialog.cpp @@ -133,7 +133,7 @@ void DiagnosticsDialog::pushMessage(MessageSeverity severity, const QString& ful std::cerr << stime << " | " << strSeverity.toUtf8().constData() << " | " << fullMessage.toUtf8().constData() << std::endl; mUI.messages->append( - QString("
%1 
%3 
%4
\n") + QString("
%1 
%3 
%4
\n") .arg(stime, bgCol, strSeverity, fullMessage) ); }