aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nim/project/nimproject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/nim/project/nimproject.h')
-rw-r--r--src/plugins/nim/project/nimproject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nim/project/nimproject.h b/src/plugins/nim/project/nimproject.h
index 5670fbe533c..c7bee38de54 100644
--- a/src/plugins/nim/project/nimproject.h
+++ b/src/plugins/nim/project/nimproject.h
@@ -41,7 +41,7 @@ class NimProject : public ProjectExplorer::Project
public:
explicit NimProject(const Utils::FileName &fileName);
- QList<ProjectExplorer::Task> projectIssues(const ProjectExplorer::Kit *k) const final;
+ ProjectExplorer::Tasks projectIssues(const ProjectExplorer::Kit *k) const final;
Utils::FileNameList nimFiles() const;
QVariantMap toMap() const final;