aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/task.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-04-18 13:39:05 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-04-19 13:21:45 +0000
commit460fdc02e058100baabdc5cdb658bbb9790a46ca (patch)
tree8a20a5e5be70ede06ccdf9753dd8ec9540175692 /src/plugins/projectexplorer/task.h
parentda18fc1f50e07d4bec6f32c0ccf5f08ea10fb634 (diff)
ProjectExplorer: Report project-specific kit errors/warnings
Report project-specific warnings about the kit used in Project Mode. E.g. a python project should not complain about missing toolchains, while a qmake project should. Change-Id: I5ce6742683cdeffc7ff3f1a3e8f0b89aee9aa0b4 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/task.h')
-rw-r--r--src/plugins/projectexplorer/task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/task.h b/src/plugins/projectexplorer/task.h
index 7a29db5d4aa..a0f9c168e71 100644
--- a/src/plugins/projectexplorer/task.h
+++ b/src/plugins/projectexplorer/task.h
@@ -99,6 +99,7 @@ uint PROJECTEXPLORER_EXPORT qHash(const Task &task);
bool PROJECTEXPLORER_EXPORT operator<(const Task &a, const Task &b);
QString PROJECTEXPLORER_EXPORT toHtml(const QList<Task> &issues);
+bool PROJECTEXPLORER_EXPORT containsType(const QList<Task> &issues, Task::TaskType);
} //namespace ProjectExplorer