aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
diff options
context:
space:
mode:
authorhjk <[email protected]>2022-07-15 12:20:23 +0200
committerhjk <[email protected]>2022-07-22 11:11:48 +0000
commit23d9ef1adba7957cb784d53de492ed849a771f23 (patch)
tree08d73b6f5e1aa4e749a198ec0333a12f7197e8d6 /src/plugins/remotelinux/remotelinuxdeployconfiguration.h
parentaabf9e4fefa201ef32408a160e914730f494a19c (diff)
RemoteLinux: Convert to Tr::tr
Change-Id: I1c541d392992fb37acecbb98f331e01d7b73fbc7 Reviewed-by: Eike Ziller <[email protected]> Reviewed-by: <[email protected]>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxdeployconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxdeployconfiguration.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
index 3a4c803d219..5b9cb5523e4 100644
--- a/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxdeployconfiguration.h
@@ -27,8 +27,7 @@
#include <projectexplorer/deployconfiguration.h>
-namespace RemoteLinux {
-namespace Internal {
+namespace RemoteLinux::Internal {
class RemoteLinuxDeployConfigurationFactory : public ProjectExplorer::DeployConfigurationFactory
{
@@ -36,5 +35,4 @@ public:
RemoteLinuxDeployConfigurationFactory();
};
-} // namespace Internal
-} // namespace RemoteLinux
+} // RemoteLinux::Internal