From d756b30b6e60609be5d18c1d2f41163a5807d900 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 14 Sep 2018 10:09:34 +0200 Subject: Adapt to removal of IRunConfigurationAspect::runConfiguration Upstream 32ba65c7f8176487402f6982ecd92acda3ad629c Change-Id: Ie4249b301550bbf11519f23c3fe2d14fc39cc979 Reviewed-by: hjk --- plugins/haskell/haskellrunconfiguration.cpp | 3 +-- plugins/haskell/haskellrunconfiguration.h | 2 +- 2 files changed, 2 insertions(+), 3 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(ProjectExplorer::Constants::NORMAL_RUN_MODE); } -HaskellExecutableAspect::HaskellExecutableAspect(RunConfiguration *rc) - : BaseStringAspect(rc) +HaskellExecutableAspect::HaskellExecutableAspect() { setSettingsKey("Haskell.Executable"); setLabelText(tr("Executable")); diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h index 01cc352..578fc72 100644 --- a/plugins/haskell/haskellrunconfiguration.h +++ b/plugins/haskell/haskellrunconfiguration.h @@ -41,7 +41,7 @@ class HaskellExecutableAspect : public ProjectExplorer::BaseStringAspect Q_OBJECT public: - HaskellExecutableAspect(ProjectExplorer::RunConfiguration *rc); + HaskellExecutableAspect(); }; class HaskellRunConfiguration : public ProjectExplorer::RunConfiguration -- cgit v1.2.3