aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-11-27 12:29:14 +0100
committerEike Ziller <eike.ziller@qt.io>2017-11-27 12:34:01 +0000
commit6ee714619f6cdd95098c98e86c840ee56b2f07f4 (patch)
tree5a6496f7bf9c25ac270af05c1fb6ef068542ba1d /plugins/haskell/haskellproject.h
parent01c0fa565f95d75ea2745f246a17dc0e15dc7175 (diff)
Adapt to upstream API changes for run configuration factories
Change-Id: Ifc984f3eff16d109923db33f87906c49765f7864 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: hjk <hjk@qt.io>
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();