aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/cvsutils.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2022-09-29 17:59:47 +0200
committerhjk <[email protected]>2022-09-30 08:18:24 +0000
commitdda16c3abc2ee4492b9a1ac583d9d92da003a9bf (patch)
treef79b0288b5e292071fd7ebfb689992e8d4a9d07c /src/plugins/cvs/cvsutils.cpp
parent08a7dbd046a1b883fd44e78d58b8b797f6681db8 (diff)
Cvs: Move to Tr::tr
Change-Id: Iba6cfa75745ec2644c1a3dd20949971d16f6dba7 Reviewed-by: Alessandro Portale <[email protected]>
Diffstat (limited to 'src/plugins/cvs/cvsutils.cpp')
-rw-r--r--src/plugins/cvs/cvsutils.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/cvs/cvsutils.cpp b/src/plugins/cvs/cvsutils.cpp
index 8c96f43f040..252e0f5c393 100644
--- a/src/plugins/cvs/cvsutils.cpp
+++ b/src/plugins/cvs/cvsutils.cpp
@@ -8,8 +8,7 @@
#include <QRegularExpression>
#include <QStringList>
-namespace Cvs {
-namespace Internal {
+namespace Cvs::Internal {
CvsRevision::CvsRevision(const QString &rev) : revision(rev)
{ }
@@ -210,5 +209,4 @@ bool isFirstRevision(const QString &r)
return r.endsWith(QLatin1String(".1"));
}
-} // namespace Internal
-} // namespace Cvs
+} // Cvs::Internal