aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perforce/perforcesubmiteditor.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2023-01-17 10:47:06 +0100
committerhjk <hjk@qt.io>2023-01-17 15:29:35 +0000
commit91696f8bf3059bc88b8fa5890ad0d2d19abb7b71 (patch)
tree2b4e54fe983ae532220eea0bf4d6e6a4a5df8ec4 /src/plugins/perforce/perforcesubmiteditor.h
parentae59898aad4845fe615d6aa9fb38b6786417799f (diff)
Perforce: Tr::tr
Change-Id: Id8f4d5fbd3f20ec750bbfbbac2662e5b3a79ecd3 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/plugins/perforce/perforcesubmiteditor.h')
-rw-r--r--src/plugins/perforce/perforcesubmiteditor.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/perforce/perforcesubmiteditor.h b/src/plugins/perforce/perforcesubmiteditor.h
index bb39e32899..d3098df053 100644
--- a/src/plugins/perforce/perforcesubmiteditor.h
+++ b/src/plugins/perforce/perforcesubmiteditor.h
@@ -10,8 +10,7 @@
namespace VcsBase { class SubmitFileModel; }
-namespace Perforce {
-namespace Internal {
+namespace Perforce::Internal {
class PerforceSubmitEditorWidget;
class PerforcePluginPrivate;
@@ -50,5 +49,4 @@ private:
VcsBase::SubmitFileModel *m_fileModel;
};
-} // namespace Internal
-} // namespace Perforce
+} // Perforce::Internal