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/valueslistnode.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 node/valueslistnode.h (limited to 'node/valueslistnode.h') diff --git a/node/valueslistnode.h b/node/valueslistnode.h deleted file mode 100644 index 100f275..0000000 --- a/node/valueslistnode.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef VALUESLISTNODE_H -#define VALUESLISTNODE_H - -#include "executionnode.h" -#include "result/diceresult.h" - -class ValuesListNode : public ExecutionNode -{ -public: - ValuesListNode(); - - virtual void run(ExecutionNode* previous= nullptr) override; - virtual QString toString(bool) const override; - virtual qint64 getPriority() const override; - virtual ExecutionNode* getCopy() const override; - - void insertValue(ExecutionNode*); - -private: - std::vector m_data; - DiceResult* m_diceResult = nullptr; -}; - -#endif // VALUESLISTNODE_H -- cgit v1.2.3-70-g09d2