forked from qt-creator/qt-creator
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user