aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellbuildconfiguration.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-07-10 12:02:17 +0200
committerEike Ziller <eike.ziller@qt.io>2018-07-12 12:43:16 +0000
commit9a3a1b266446bb2d35b5ef633f74c65a6f62d74f (patch)
tree9abc00d474e1b7cc6f44fdd0556b48b1868b0a86 /plugins/haskell/haskellbuildconfiguration.cpp
parent103d6e8d7b699c90a32deec1e9dcc07181e738d5 (diff)
Update for changes in Qt Creator 4.74.7
Change-Id: I37510571f8893a6ebc2822838a02bc135590ebfb Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'plugins/haskell/haskellbuildconfiguration.cpp')
-rw-r--r--plugins/haskell/haskellbuildconfiguration.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/haskell/haskellbuildconfiguration.cpp b/plugins/haskell/haskellbuildconfiguration.cpp
index 618ddd7..314a4e8 100644
--- a/plugins/haskell/haskellbuildconfiguration.cpp
+++ b/plugins/haskell/haskellbuildconfiguration.cpp
@@ -88,8 +88,8 @@ QList<BuildInfo *> HaskellBuildConfigurationFactory::availableSetups(
return createInfos(this, k, Utils::FileName::fromString(projectPath));
}
-HaskellBuildConfiguration::HaskellBuildConfiguration(Target *target)
- : BuildConfiguration(target, C_HASKELL_BUILDCONFIGURATION_ID)
+HaskellBuildConfiguration::HaskellBuildConfiguration(Target *target, Core::Id id)
+ : BuildConfiguration(target, id)
{}
NamedWidget *HaskellBuildConfiguration::createConfigWidget()