forked from qt-creator/qt-creator
Clang: Use multi-arg for strings
Change-Id: Ia0cd1abdb59cd35f1ff276811386a57bcfeefa5f Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -214,9 +214,7 @@ void ClangToolRunWorker::start()
|
||||
|
||||
const Utils::FilePath projectFile = m_projectInfo->projectFilePath();
|
||||
appendMessage(tr("Running %1 on %2 with configuration \"%3\".")
|
||||
.arg(toolName)
|
||||
.arg(projectFile.toUserOutput())
|
||||
.arg(m_diagnosticConfig.displayName()),
|
||||
.arg(toolName, projectFile.toUserOutput(), m_diagnosticConfig.displayName()),
|
||||
Utils::NormalMessageFormat);
|
||||
|
||||
// Collect files
|
||||
|
||||
Reference in New Issue
Block a user