From 046ff21b36d8b214923c5b8dc6f22bd65e49e669 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 21 Oct 2017 19:03:39 +0200 Subject: -adapt merge node to new way of several command. --- node/mergenode.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'node/mergenode.h') diff --git a/node/mergenode.h b/node/mergenode.h index aebf9e2..0626fb2 100644 --- a/node/mergenode.h +++ b/node/mergenode.h @@ -36,8 +36,15 @@ public: virtual QString toString(bool withLabel)const; virtual qint64 getPriority() const; virtual ExecutionNode *getCopy() const; + QList* getStartList() const; + void setStartList(QList* startList); + +private: + ExecutionNode *getLatestNode(ExecutionNode *node); + private: DiceResult* m_diceResult; + QList* m_startList; }; #endif // NUMBERNODE_H -- cgit v1.2.3-70-g09d2