aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.cpp
diff options
context:
space:
mode:
authorEike Ziller <[email protected]>2018-09-14 10:09:34 +0200
committerEike Ziller <[email protected]>2018-09-14 08:53:49 +0000
commitd756b30b6e60609be5d18c1d2f41163a5807d900 (patch)
treef45495b4b821c352500e694246bdca9aaebbef04 /plugins/haskell/haskellrunconfiguration.cpp
parent5a6fcac7163df6d598edb6c069135619e04969ef (diff)
Adapt to removal of IRunConfigurationAspect::runConfiguration
Upstream 32ba65c7f8176487402f6982ecd92acda3ad629c Change-Id: Ie4249b301550bbf11519f23c3fe2d14fc39cc979 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.cpp')
-rw-r--r--plugins/haskell/haskellrunconfiguration.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.cpp b/plugins/haskell/haskellrunconfiguration.cpp
index a0a3313..d3cdb95 100644
--- a/plugins/haskell/haskellrunconfiguration.cpp
+++ b/plugins/haskell/haskellrunconfiguration.cpp
@@ -48,8 +48,7 @@ HaskellRunConfigurationFactory::HaskellRunConfigurationFactory()
addRunWorkerFactory<SimpleTargetRunner>(ProjectExplorer::Constants::NORMAL_RUN_MODE);
}
-HaskellExecutableAspect::HaskellExecutableAspect(RunConfiguration *rc)
- : BaseStringAspect(rc)
+HaskellExecutableAspect::HaskellExecutableAspect()
{
setSettingsKey("Haskell.Executable");
setLabelText(tr("Executable"));