diff options
author | Eike Ziller <eike.ziller@qt.io> | 2020-07-07 09:46:52 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2020-07-07 11:35:03 +0000 |
commit | c45487b07f0a86258106112ab4c2c712a76e109e (patch) | |
tree | ae3fafd97eecada0eec138d955685bb771b1bcd4 /plugins/haskell/stackbuildstep.cpp | |
parent | b0f51e317a066e8cf3c74813594ada628b1f2412 (diff) |
Change to Utils::Id
Change-Id: I8fc3e5b65f059bd591200b449f2c68f62368d3cb
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/stackbuildstep.cpp')
-rw-r--r-- | plugins/haskell/stackbuildstep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/stackbuildstep.cpp b/plugins/haskell/stackbuildstep.cpp index c965064..a1552d6 100644 --- a/plugins/haskell/stackbuildstep.cpp +++ b/plugins/haskell/stackbuildstep.cpp @@ -38,7 +38,7 @@ using namespace ProjectExplorer; namespace Haskell { namespace Internal { -StackBuildStep::StackBuildStep(ProjectExplorer::BuildStepList *bsl, Core::Id id) +StackBuildStep::StackBuildStep(ProjectExplorer::BuildStepList *bsl, Utils::Id id) : AbstractProcessStep(bsl, id) { setDefaultDisplayName(trDisplayName()); |