forked from qt-creator/qt-creator
Tr: Fix lupdate issues
Add missing `Tr::` and use some fully qualified namespaces where lupdate fails to resolve it correctly. Change-Id: Ied4ac7bf0438a9080d0b76a9a1f5033dbc94a163 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "cmakeparser.h"
|
||||
|
||||
#include "cmakeprojectmanagertr.h"
|
||||
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
@@ -210,7 +212,7 @@ void CMakeParser::flush()
|
||||
|
||||
LinkSpecs specs;
|
||||
m_lastTask.details << QString();
|
||||
m_lastTask.details << tr("Call stack:");
|
||||
m_lastTask.details << Tr::tr("Call stack:");
|
||||
m_lines += 2;
|
||||
|
||||
m_callStack->push_front(m_errorOrWarningLine);
|
||||
|
||||
Reference in New Issue
Block a user