aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/executionnode.h')
-rw-r--r--node/executionnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/executionnode.h b/node/executionnode.h
index a179c5d..59308ff 100644
--- a/node/executionnode.h
+++ b/node/executionnode.h
@@ -13,6 +13,7 @@ public:
void setNextNode(ExecutionNode*);
ExecutionNode* getNextNode();
virtual QString toString()const=0;
+ virtual qint64 getPriority() const=0;
protected:
Result* m_result;
ExecutionNode* m_nextNode;