aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellproject.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-11-27 14:56:45 +0100
committerEike Ziller <eike.ziller@qt.io>2018-03-19 09:35:42 +0000
commit50e8ba6e959c533491fc8b8e64e155468b333552 (patch)
treead9241a4821649093ba0ecd1d90af22972461e3c /plugins/haskell/haskellproject.h
parent53592d59133868de4d9e667f647fac126e9f930b (diff)
Adapt to upstream infrastructure changes
Change-Id: Ic3f470b1d3df47b90f054ef1e006927b9ee675ca Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellproject.h')
-rw-r--r--plugins/haskell/haskellproject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/haskell/haskellproject.h b/plugins/haskell/haskellproject.h
index e3019d2..245c997 100644
--- a/plugins/haskell/haskellproject.h
+++ b/plugins/haskell/haskellproject.h
@@ -45,12 +45,10 @@ public:
explicit HaskellProject(const Utils::FileName &fileName);
static bool isHaskellProject(Project *project);
- static HaskellProject *toHaskellProject(Project *project);
-
- QList<QString> availableExecutables() const;
private:
void updateFiles();
+ void updateApplicationTargets(ProjectExplorer::Target *target);
};
} // namespace Internal