From e1c88116b397ecac2ef0f0678a419790a3e40402 Mon Sep 17 00:00:00 2001 From: hjk Date: Fri, 26 Jun 2020 13:59:38 +0200 Subject: Core/Utils: Migrate further to Utils::Id The coreplugin/id.h header is kept for downstream for now. Change-Id: I8c44590f7b988b3770ecdc177c40783e12353e66 (cherry picked from commit 430a33dcd9ac80ddb848e41f8f059102857c88aa) Reviewed-by: Eike Ziller --- src/plugins/remotelinux/abstractpackagingstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/remotelinux/abstractpackagingstep.cpp') diff --git a/src/plugins/remotelinux/abstractpackagingstep.cpp b/src/plugins/remotelinux/abstractpackagingstep.cpp index b9221460c4c..de41be4da51 100644 --- a/src/plugins/remotelinux/abstractpackagingstep.cpp +++ b/src/plugins/remotelinux/abstractpackagingstep.cpp @@ -49,7 +49,7 @@ public: } // namespace Internal -AbstractPackagingStep::AbstractPackagingStep(BuildStepList *bsl, Core::Id id) +AbstractPackagingStep::AbstractPackagingStep(BuildStepList *bsl, Utils::Id id) : BuildStep(bsl, id) { d = new Internal::AbstractPackagingStepPrivate; -- cgit v1.2.3