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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h
index 3b40694..83efde7 100644
--- a/plugins/haskell/haskellrunconfiguration.h
+++ b/plugins/haskell/haskellrunconfiguration.h
@@ -43,6 +43,8 @@ class HaskellRunConfiguration : public ProjectExplorer::RunConfiguration
public:
HaskellRunConfiguration(ProjectExplorer::Target *parent);
+ QString extraId() const final;
+
private:
QWidget *createConfigurationWidget() final;
ProjectExplorer::Runnable runnable() const final;