Fix some style issues with new Qt versions

This commit is contained in:
baldurk
2021-01-08 15:39:02 +00:00
parent 5eec88fdc7
commit b0f07dfee4
3 changed files with 182 additions and 69 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ struct RichResourceText
{
QString resname = GetTruncatedResourceName(ctx, v.value<ResourceId>()).toHtmlEscaped();
html += lit("<td valign=\"middle\"><b>%1</b></td>"
"<td><img width=\"16\" src=':/link%3.png'></td>")
"<td valign=\"middle\"><img width=\"16\" src=':/link%3.png'></td>")
.arg(resname)
.arg(highdpi ? lit("@2x") : QString());
text += resname;