From 653ba9395a36cc20ec1d68c9a9cae78973fa334c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 30 Jan 2020 01:27:15 +0100 Subject: add unicity and repeat function part2 --- node/variablenode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'node/variablenode.h') diff --git a/node/variablenode.h b/node/variablenode.h index 45133c6..5306ddb 100644 --- a/node/variablenode.h +++ b/node/variablenode.h @@ -11,14 +11,14 @@ class VariableNode : public ExecutionNode { public: VariableNode(); - void run(ExecutionNode* previous); - virtual QString toString(bool withLabel) const; - virtual qint64 getPriority() const; + void run(ExecutionNode* previous) override; + virtual QString toString(bool withLabel) const override; + virtual qint64 getPriority() const override; /** * @brief getCopy * @return */ - virtual ExecutionNode* getCopy() const; + virtual ExecutionNode* getCopy() const override; quint64 getIndex() const; void setIndex(quint64 index); -- cgit v1.2.3-70-g09d2