From 3b7e21fbefc7ffd50c165082f0232ce1a6474c32 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Thu, 30 Jan 2014 11:56:06 +0100 Subject: Update keepdiceexecnode.cpp getPriority --- node/keepdiceexecnode.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'node') diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp index ebe3941..c219e77 100644 --- a/node/keepdiceexecnode.cpp +++ b/node/keepdiceexecnode.cpp @@ -41,3 +41,14 @@ QString KeepDiceExecNode::toString() const { return QString("KeepDiceExecNode"); } +qint64 KeepDiceExecNode::getPriority() const +{ + qint64 priority=0; + if(NULL!=m_nextNode) + { + priority = m_nextNode->getPriority(); + } + + + return priority; +} -- cgit v1.2.3-70-g09d2