Clang: Explicitly add extra space in diagnostic widget

...otherwise the one that is there will be ignored for long diagnostic
messages.

Change-Id: If9327f40b2af3315941cdb7cdf40d9e44854408b
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2016-10-24 10:38:09 +02:00
parent 6dec313692
commit e373061119

View File

@@ -190,7 +190,7 @@ private:
const QString text = QString::fromLatin1( const QString text = QString::fromLatin1(
"<table cellspacing='0' cellpadding='0'>" "<table cellspacing='0' cellpadding='0'>"
" <tr>" " <tr>"
" <td>%1: </td>" " <td>%1:&nbsp;</td>"
" <td width='100%'>%2</td>" " <td width='100%'>%2</td>"
" </tr>" " </tr>"
"</table>") "</table>")