diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2017-11-27 12:29:14 +0100 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2017-11-27 12:34:01 +0000 |
| commit | 6ee714619f6cdd95098c98e86c840ee56b2f07f4 (patch) | |
| tree | 5a6496f7bf9c25ac270af05c1fb6ef068542ba1d /plugins/haskell/haskellproject.h | |
| parent | 01c0fa565f95d75ea2745f246a17dc0e15dc7175 (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.h | 2 |
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(); |
