BareMetal: Convert to Tr::tr

Change-Id: I7ac423c13d95b33cad332d2ce9fafb4f658980bc
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2022-10-10 14:36:17 +02:00
parent a43619386b
commit c4957f9fdb
87 changed files with 505 additions and 2500 deletions

View File

@@ -11,8 +11,7 @@
using namespace ProjectExplorer;
using namespace Utils;
namespace BareMetal {
namespace Internal {
namespace BareMetal::Internal {
// Helpers:
@@ -222,8 +221,7 @@ void IarParser::flush()
m_lines = 0;
}
} // namespace Internal
} // namespace BareMetal
} // BareMetal::Internal
// Unit tests: