diff options
| author | Eike Ziller <eike.ziller@qt.io> | 2020-07-07 09:46:52 +0200 |
|---|---|---|
| committer | Eike Ziller <eike.ziller@qt.io> | 2020-07-07 11:35:03 +0000 |
| commit | c45487b07f0a86258106112ab4c2c712a76e109e (patch) | |
| tree | ae3fafd97eecada0eec138d955685bb771b1bcd4 /plugins/haskell/haskellrunconfiguration.h | |
| parent | b0f51e317a066e8cf3c74813594ada628b1f2412 (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.h | 2 |
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; |
