From f2051fb35b1ad49c4d940e6fbba2acc98b216e13 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 12 Feb 2019 23:59:24 +0100 Subject: clang format --- node/countexecutenode.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'node/countexecutenode.h') diff --git a/node/countexecutenode.h b/node/countexecutenode.h index 8a6132b..8969a41 100644 --- a/node/countexecutenode.h +++ b/node/countexecutenode.h @@ -3,8 +3,8 @@ #include "executionnode.h" -#include "validator.h" #include "result/scalarresult.h" +#include "validator.h" /** * @brief The CountExecuteNode class @@ -16,7 +16,7 @@ public: * @brief CountExecuteNode */ CountExecuteNode(); - virtual ~CountExecuteNode(); + virtual ~CountExecuteNode(); /** * @brief run * @param previous @@ -25,12 +25,12 @@ public: /** * @brief setValidator */ - virtual void setValidator(Validator* ); + virtual void setValidator(Validator*); /** * @brief toString * @return */ - virtual QString toString(bool withLabel)const; + virtual QString toString(bool withLabel) const; /** * @brief getPriority * @return @@ -41,6 +41,7 @@ public: * @return */ virtual ExecutionNode* getCopy() const; + private: ScalarResult* m_scalarResult; Validator* m_validator; -- cgit v1.2.3-70-g09d2