From dee02070349682286d385cb5c00ca61478cc44ca Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 7 May 2018 14:58:16 +0200 Subject: ProjectExplorer: Use override consistently clang-tidy fixes from modernize-use-override check. Change-Id: I216701aec0b4134321e220f9e599e053a8e22945 Reviewed-by: Orgad Shaneh --- src/plugins/projectexplorer/buildsteplist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/projectexplorer/buildsteplist.h') diff --git a/src/plugins/projectexplorer/buildsteplist.h b/src/plugins/projectexplorer/buildsteplist.h index 80ef5e5310..9100051577 100644 --- a/src/plugins/projectexplorer/buildsteplist.h +++ b/src/plugins/projectexplorer/buildsteplist.h @@ -81,8 +81,8 @@ public: Target *target() const; Project *project() const override; - virtual QVariantMap toMap() const override; - virtual bool fromMap(const QVariantMap &map) override; + QVariantMap toMap() const override; + bool fromMap(const QVariantMap &map) override; bool isActive() const override; -- cgit v1.2.3