aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-07 09:46:52 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-07 11:35:03 +0000
commitc45487b07f0a86258106112ab4c2c712a76e109e (patch)
treeae3fafd97eecada0eec138d955685bb771b1bcd4 /plugins/haskell/haskellbuildconfiguration.h
parentb0f51e317a066e8cf3c74813594ada628b1f2412 (diff)
Change to Utils::Id
Change-Id: I8fc3e5b65f059bd591200b449f2c68f62368d3cb Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellbuildconfiguration.h')
-rw-r--r--plugins/haskell/haskellbuildconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellbuildconfiguration.h b/plugins/haskell/haskellbuildconfiguration.h
index 580ec2d..c93161e 100644
--- a/plugins/haskell/haskellbuildconfiguration.h
+++ b/plugins/haskell/haskellbuildconfiguration.h
@@ -42,7 +42,7 @@ class HaskellBuildConfiguration : public ProjectExplorer::BuildConfiguration
Q_OBJECT
public:
- HaskellBuildConfiguration(ProjectExplorer::Target *target, Core::Id id);
+ HaskellBuildConfiguration(ProjectExplorer::Target *target, Utils::Id id);
ProjectExplorer::NamedWidget *createConfigWidget() override;
BuildType buildType() const override;