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/dicerollernode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/dicerollernode.h') diff --git a/node/dicerollernode.h b/node/dicerollernode.h index 2de1cfe..4e2f9d7 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -40,6 +40,9 @@ public: * @return priority for dice roll: 4 (higher) */ virtual qint64 getPriority() const; + + virtual ExecutionNode* getCopy() const; + //private members private: quint64 m_diceCount; -- cgit v1.2.3-70-g09d2