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

@@ -122,7 +122,7 @@ class PROJECTEXPLORER_EXPORT IBuildConfigurationFactory : public QObject
protected:
IBuildConfigurationFactory();
~IBuildConfigurationFactory();
~IBuildConfigurationFactory() override;
public:
// The priority is negative if this factory can not create anything for the target.