forked from qt-creator/qt-creator
RemoteLinux: Unexport some classes
And move them into Internal namespace. Change-Id: Ic3cc92b8250413f46f597f99fe0f1e4c8ef68950 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user