diff options
Diffstat (limited to 'src/plugins/remotelinux/rsyncdeploystep.cpp')
-rw-r--r-- | src/plugins/remotelinux/rsyncdeploystep.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/rsyncdeploystep.cpp b/src/plugins/remotelinux/rsyncdeploystep.cpp index 10869fcca90..f77b09a5234 100644 --- a/src/plugins/remotelinux/rsyncdeploystep.cpp +++ b/src/plugins/remotelinux/rsyncdeploystep.cpp @@ -177,7 +177,7 @@ void RsyncDeployService::setFinished() } // namespace Internal -RsyncDeployStep::RsyncDeployStep(BuildStepList *bsl, Core::Id id) +RsyncDeployStep::RsyncDeployStep(BuildStepList *bsl, Utils::Id id) : AbstractRemoteLinuxDeployStep(bsl, id) { auto service = createDeployService<Internal::RsyncDeployService>(); @@ -209,7 +209,7 @@ RsyncDeployStep::RsyncDeployStep(BuildStepList *bsl, Core::Id id) RsyncDeployStep::~RsyncDeployStep() = default; -Core::Id RsyncDeployStep::stepId() +Utils::Id RsyncDeployStep::stepId() { return "RemoteLinux.RsyncDeployStep"; } |