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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user