aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-30 11:57:32 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-30 11:57:32 +0100
commitc4cc1f3872f381e716c13e70169372ff9bb7c716 (patch)
treedfb5e2d15149dbe62a674fe97a6f3aed43c011fd /node
parentcad93455587198de3d4a71bfb75e0df44d2a4f2b (diff)
downloadOneRoll-c4cc1f3872f381e716c13e70169372ff9bb7c716.tar.gz
OneRoll-c4cc1f3872f381e716c13e70169372ff9bb7c716.zip
Update parenthesesnode.h
getPriority
Diffstat (limited to 'node')
-rw-r--r--node/parenthesesnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h
index 005345b..9df3cdc 100644
--- a/node/parenthesesnode.h
+++ b/node/parenthesesnode.h
@@ -11,6 +11,7 @@ public:
void setInternelNode(ExecutionNode* node);
virtual QString toString()const;
+ virtual qint64 getPriority() const;
private:
ExecutionNode* m_internalNode;
};