aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
diff options
context:
space:
mode:
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 536124d..8af9a18 100644
--- a/plugins/haskell/haskellrunconfiguration.h
+++ b/plugins/haskell/haskellrunconfiguration.h
@@ -53,7 +53,6 @@ public:
HaskellRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
private:
- void fillConfigurationLayout(QFormLayout *layout) const final;
void doAdditionalSetup(const ProjectExplorer::RunConfigurationCreationInfo &info) final;
ProjectExplorer::Runnable runnable() const final;
};