aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-09-07 15:26:10 +0200
committerhjk <hjk@qt.io>2018-09-10 06:46:26 +0000
commit8584f4e98ca1f11caf5aada1c367a79f65797859 (patch)
treef0450569d6f3210e33047058364946193b14d978 /plugins/haskell/haskellrunconfiguration.h
parente6a94d42185f2852257b40ca4f03b204c12d6f51 (diff)
Avoid use of RunConfigurationAspect::runConfiguration
Change-Id: I280e2f79a7c427d1a582f20fd0fbcb09909d8e55 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
-rw-r--r--plugins/haskell/haskellrunconfiguration.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h
index 8af9a18..01cc352 100644
--- a/plugins/haskell/haskellrunconfiguration.h
+++ b/plugins/haskell/haskellrunconfiguration.h
@@ -42,7 +42,6 @@ class HaskellExecutableAspect : public ProjectExplorer::BaseStringAspect
public:
HaskellExecutableAspect(ProjectExplorer::RunConfiguration *rc);
- void update();
};
class HaskellRunConfiguration : public ProjectExplorer::RunConfiguration