From a91452c014a0672344e325922a636c8cb19b19ba Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Thu, 30 Jan 2014 12:02:11 +0100 Subject: Update sortresult.cpp getPriority --- node/sortresult.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'node/sortresult.cpp') diff --git a/node/sortresult.cpp b/node/sortresult.cpp index c75d5e3..8a0e58d 100644 --- a/node/sortresult.cpp +++ b/node/sortresult.cpp @@ -96,3 +96,14 @@ QString SortResultNode::toString() const { return "SortResultNode"; } +qint64 SortResultNode::getPriority() const +{ + qint64 priority=0; + if(NULL!=m_nextNode) + { + priority = m_nextNode->getPriority(); + } + + + return priority; +} -- cgit v1.2.3-70-g09d2