From 7d55efb32e845c910177c083e095956765fd5c17 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 24 Jan 2021 13:30:26 +0100 Subject: Remove build warnings. --- node/groupnode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'node/groupnode.h') diff --git a/node/groupnode.h b/node/groupnode.h index 84ff2bb..d037080 100644 --- a/node/groupnode.h +++ b/node/groupnode.h @@ -48,10 +48,10 @@ class GroupNode : public ExecutionNode { public: GroupNode(bool complexOutput= false); - void run(ExecutionNode* previous); - virtual QString toString(bool withLabel) const; - virtual qint64 getPriority() const; - virtual ExecutionNode* getCopy() const; + void run(ExecutionNode* previous) override; + virtual QString toString(bool withLabel) const override; + virtual qint64 getPriority() const override; + virtual ExecutionNode* getCopy() const override; int getGroupValue() const; void setGroupValue(qint64 groupValue); -- cgit v1.2.3-70-g09d2