Cvs: Move to Tr::tr

Change-Id: Iba6cfa75745ec2644c1a3dd20949971d16f6dba7
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-09-29 17:59:47 +02:00
parent 08a7dbd046
commit dda16c3abc
30 changed files with 160 additions and 433 deletions

View File

@@ -8,8 +8,7 @@
#include <QString>
#include <QList>
namespace Cvs {
namespace Internal {
namespace Cvs::Internal {
// Utilities to parse output of a CVS log.
@@ -54,5 +53,4 @@ QString previousRevision(const QString &rev);
// Revision number utilities: Is it "[1.2...].1"?
bool isFirstRevision(const QString &r);
} // namespace Internal
} // namespace Cvs
} // Cvs::Internal