diff options
Diffstat (limited to 'src/plugins/remotelinux/uploadandinstalltarpackagestep.cpp')
-rw-r--r-- | src/plugins/remotelinux/uploadandinstalltarpackagestep.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/uploadandinstalltarpackagestep.cpp b/src/plugins/remotelinux/uploadandinstalltarpackagestep.cpp index bdbf3ff901f..e979649ce89 100644 --- a/src/plugins/remotelinux/uploadandinstalltarpackagestep.cpp +++ b/src/plugins/remotelinux/uploadandinstalltarpackagestep.cpp @@ -60,7 +60,7 @@ AbstractRemoteLinuxPackageInstaller *UploadAndInstallTarPackageService::packageI } -UploadAndInstallTarPackageStep::UploadAndInstallTarPackageStep(BuildStepList *bsl, Core::Id id) +UploadAndInstallTarPackageStep::UploadAndInstallTarPackageStep(BuildStepList *bsl, Utils::Id id) : AbstractRemoteLinuxDeployStep(bsl, id) { auto service = createDeployService<UploadAndInstallTarPackageService>(); @@ -85,7 +85,7 @@ UploadAndInstallTarPackageStep::UploadAndInstallTarPackageStep(BuildStepList *bs }); } -Core::Id UploadAndInstallTarPackageStep::stepId() +Utils::Id UploadAndInstallTarPackageStep::stepId() { return "MaemoUploadAndInstallTarPackageStep"; } |