Bazaar: Convert to Tr::tr

Change-Id: If49e9ccf9426f049bff842b1facbd408d1d54d4e
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2022-09-23 14:25:49 +02:00
parent 6da227925a
commit ded6500922
30 changed files with 270 additions and 739 deletions

View File

@@ -6,8 +6,7 @@
#include <QRegularExpression>
using namespace Bazaar::Internal;
using namespace Bazaar;
namespace Bazaar::Internal {
BazaarAnnotationHighlighter::BazaarAnnotationHighlighter(const ChangeNumbers &changeNumbers,
QTextDocument *document)
@@ -22,3 +21,5 @@ QString BazaarAnnotationHighlighter::changeNumber(const QString &block) const
return match.captured(1);
return QString();
}
} // Bazaar::Internal