forked from qt-creator/qt-creator
ClangCodeModel: Tr::tr
Change-Id: I60aeadd38471cc65de250f66f0f09ba2931b3da2 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include "clangdiagnostictooltipwidget.h"
|
||||
|
||||
#include "clangcodemodeltr.h"
|
||||
#include "clangfixitoperation.h"
|
||||
#include "clangutils.h"
|
||||
|
||||
@@ -132,8 +133,7 @@ public:
|
||||
if (!source.isEmpty()) {
|
||||
text.append(QString::fromUtf8("<tr><td colspan='2' align='left'>"
|
||||
"<font color='gray'>%1</font></td></tr>")
|
||||
.arg(QCoreApplication::translate("ClangDiagnosticWidget",
|
||||
"[Source: %1]").arg(source)));
|
||||
.arg(Tr::tr("[Source: %1]").arg(source)));
|
||||
}
|
||||
|
||||
text.append("</table>");
|
||||
|
||||
Reference in New Issue
Block a user