From af0714af69bcd371b9e588ce59d07f60e2a4410d Mon Sep 17 00:00:00 2001 From: RJ Ryan Date: Mon, 25 Apr 2016 12:46:45 -0700 Subject: Spring cleaning: Apply clang-tidy to src/widget. Using LLVM 3.8.0: $ clang-tidy --fix --checks="*,-llvm-header-guard,-readability-implicit-bool-cast,-readability-else-after-return,-google-readability-todo" $(git ls src/widget | xargs) -- (flags to compile) --- src/widget/weffectchain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widget/weffectchain.h') diff --git a/src/widget/weffectchain.h b/src/widget/weffectchain.h index ffc0eb9ced..a0c6ebde99 100644 --- a/src/widget/weffectchain.h +++ b/src/widget/weffectchain.h @@ -15,9 +15,9 @@ class WEffectChain : public WLabel { Q_OBJECT public: WEffectChain(QWidget* pParent, EffectsManager* pEffectsManager); - virtual ~WEffectChain(); + ~WEffectChain() override; - void setup(QDomNode node, const SkinContext& context); + void setup(QDomNode node, const SkinContext& context) override; private slots: void chainUpdated(); -- cgit v1.2.3