forked from qt-creator/qt-creator
CompilerExplorer: Add missing translation
Change-Id: If12a0530addf3c815d7b3a25b6dfdd90d29361a6 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -474,7 +474,9 @@ void CompilerWidget::doCompile()
|
|||||||
if (l.opcodes.empty())
|
if (l.opcodes.empty())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
auto mark = new TextMark(m_asmDocument.get(), i, TextMarkCategory{"Bytes", "Bytes"});
|
auto mark = new TextMark(m_asmDocument.get(),
|
||||||
|
i,
|
||||||
|
TextMarkCategory{Tr::tr("Bytes"), "Bytes"});
|
||||||
mark->setLineAnnotation(l.opcodes.join(' '));
|
mark->setLineAnnotation(l.opcodes.join(' '));
|
||||||
m_marks.append(mark);
|
m_marks.append(mark);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user