RemoteLinux: Unexport some classes

And move them into Internal namespace.

Change-Id: Ic3cc92b8250413f46f597f99fe0f1e4c8ef68950
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2023-07-21 09:21:20 +02:00
parent d8ffbfb3ff
commit ef005dd56e
8 changed files with 22 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ using namespace ProjectExplorer;
using namespace Tasking;
using namespace Utils;
namespace RemoteLinux {
namespace RemoteLinux::Internal {
// RsyncDeployStep
@@ -205,4 +205,4 @@ RsyncDeployStepFactory::RsyncDeployStepFactory()
setDisplayName(Tr::tr("Deploy files via rsync"));
}
} // RemoteLinux
} // RemoteLinux::Internal