From 07c5f6ec23fcf9237a24e71adcfacabce677f818 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 29 Apr 2022 10:48:09 +0200 Subject: Change file organization. --- node/countexecutenode.h | 50 ------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 node/countexecutenode.h (limited to 'node/countexecutenode.h') diff --git a/node/countexecutenode.h b/node/countexecutenode.h deleted file mode 100644 index 37b7a4f..0000000 --- a/node/countexecutenode.h +++ /dev/null @@ -1,50 +0,0 @@ -#ifndef COUNTEXECUTENODE_H -#define COUNTEXECUTENODE_H - -#include "executionnode.h" - -#include "result/scalarresult.h" - -class ValidatorList; -/** - * @brief The CountExecuteNode class - */ -class CountExecuteNode : public ExecutionNode -{ -public: - /** - * @brief CountExecuteNode - */ - CountExecuteNode(); - virtual ~CountExecuteNode(); - /** - * @brief run - * @param previous - */ - virtual void run(ExecutionNode* previous); - /** - * @brief setValidator - */ - virtual void setValidatorList(ValidatorList*); - /** - * @brief toString - * @return - */ - virtual QString toString(bool withLabel) const; - /** - * @brief getPriority - * @return - */ - virtual qint64 getPriority() const; - /** - * @brief getCopy - * @return - */ - virtual ExecutionNode* getCopy() const; - -private: - ScalarResult* m_scalarResult; - ValidatorList* m_validatorList; -}; - -#endif // COUNTEXECUTENODE_H -- cgit v1.2.3-70-g09d2