aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-02-17 11:10:22 +0100
committerEike Ziller <eike.ziller@qt.io>2018-02-17 10:11:21 +0000
commit4ca4a6b4d108a1681e66de8f82e50d1f7a46d926 (patch)
tree9727b24c3ff114ae7b8d9d7da0da417bf15d66b3 /plugins/haskell/haskellrunconfiguration.h
parent6db6c04550d36a84ba3a8c3c95eafbdf4fba87d4 (diff)
Adapt to Qt Creator changes4.6
In hover handler and run configuration factory Change-Id: Ib60db43560e8485ce9b5a8f9ddcb703382a0ef70 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
-rw-r--r--plugins/haskell/haskellrunconfiguration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h
index 7423487..9970d65 100644
--- a/plugins/haskell/haskellrunconfiguration.h
+++ b/plugins/haskell/haskellrunconfiguration.h
@@ -37,8 +37,8 @@ class HaskellRunConfigurationFactory : public ProjectExplorer::IRunConfiguration
public:
HaskellRunConfigurationFactory();
- QList<QString> availableBuildTargets(ProjectExplorer::Target *parent,
- CreationMode mode) const override;
+ QList<ProjectExplorer::BuildTargetInfo> availableBuildTargets(ProjectExplorer::Target *parent,
+ CreationMode mode) const override;
};
class HaskellRunConfiguration : public ProjectExplorer::RunConfiguration