diff options
| author | 2014-01-30 11:54:28 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:54:28 +0100 | |
| commit | d85b5abfaf407a8ed4945b0af9e1ec6f0454f289 (patch) | |
| tree | a7cecd77a26a90d6ca212f5dd49e708a6afde36f | |
| parent | 0ac284cd19b8e1131a158a2ebd28e12a097a6eeb (diff) | |
| download | OneRoll-d85b5abfaf407a8ed4945b0af9e1ec6f0454f289.tar.gz OneRoll-d85b5abfaf407a8ed4945b0af9e1ec6f0454f289.zip | |
Update executionnode.h
getPriority
| -rw-r--r-- | node/executionnode.h | 1 |
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; |