aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/haskellrunconfiguration.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-07-07 09:46:52 +0200
committerEike Ziller <eike.ziller@qt.io>2020-07-07 11:35:03 +0000
commitc45487b07f0a86258106112ab4c2c712a76e109e (patch)
treeae3fafd97eecada0eec138d955685bb771b1bcd4 /plugins/haskell/haskellrunconfiguration.h
parentb0f51e317a066e8cf3c74813594ada628b1f2412 (diff)
Change to Utils::Id
Change-Id: I8fc3e5b65f059bd591200b449f2c68f62368d3cb Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'plugins/haskell/haskellrunconfiguration.h')
-rw-r--r--plugins/haskell/haskellrunconfiguration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/haskellrunconfiguration.h b/plugins/haskell/haskellrunconfiguration.h
index 6ff8331..445aa3a 100644
--- a/plugins/haskell/haskellrunconfiguration.h
+++ b/plugins/haskell/haskellrunconfiguration.h
@@ -38,7 +38,7 @@ class HaskellRunConfiguration : public ProjectExplorer::RunConfiguration
Q_OBJECT
public:
- HaskellRunConfiguration(ProjectExplorer::Target *target, Core::Id id);
+ HaskellRunConfiguration(ProjectExplorer::Target *target, Utils::Id id);
private:
ProjectExplorer::Runnable runnable() const final;