From 13e297604b00615d47352538e3c82ea1ac700d4c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Mon, 28 Nov 2016 00:36:15 +0100 Subject: -Add API for copying a branch of execution node. -Allow to use if node several times. --- node/executionnode.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'node/executionnode.h') diff --git a/node/executionnode.h b/node/executionnode.h index c015595..7a00db8 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -69,6 +69,13 @@ public: * @return */ virtual QString getHelp(); + + /** + * @brief getCopy + * @return should return a copy of that node. + */ + virtual ExecutionNode* getCopy() const = 0; + protected: /** * @brief m_nextNode -- cgit v1.2.3-70-g09d2