ProjectExplorer: Use override consistently

clang-tidy fixes from modernize-use-override check.

Change-Id: I216701aec0b4134321e220f9e599e053a8e22945
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Tobias Hunger
2018-05-07 14:58:16 +02:00
parent 91c19ab19d
commit dee0207034
14 changed files with 19 additions and 19 deletions

View File

@@ -38,7 +38,7 @@ class PROJECTEXPLORER_EXPORT ClangParser : public ProjectExplorer::GccParser
public:
ClangParser();
void stdError(const QString &line);
void stdError(const QString &line) override;
static Core::Id id();