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/helpnode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node/helpnode.h') diff --git a/node/helpnode.h b/node/helpnode.h index 14edde4..2b82af0 100644 --- a/node/helpnode.h +++ b/node/helpnode.h @@ -56,6 +56,11 @@ public: * @param path */ void setHelpPath(QString path); + /** + * @brief getCopy + * @return + */ + virtual ExecutionNode* getCopy() const; private: QString m_path; -- cgit v1.2.3-70-g09d2