aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/haskellproject.h')
-rw-r--r--plugins/haskell/haskellproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellproject.h b/plugins/haskell/haskellproject.h
index cc6e308..e3019d2 100644
--- a/plugins/haskell/haskellproject.h
+++ b/plugins/haskell/haskellproject.h
@@ -47,7 +47,7 @@ public:
static bool isHaskellProject(Project *project);
static HaskellProject *toHaskellProject(Project *project);
- QList<Core::Id> availableRunConfigurationIds() const;
+ QList<QString> availableExecutables() const;
private:
void updateFiles();