diff options
| author | 2014-01-30 11:57:32 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:57:32 +0100 | |
| commit | c4cc1f3872f381e716c13e70169372ff9bb7c716 (patch) | |
| tree | dfb5e2d15149dbe62a674fe97a6f3aed43c011fd | |
| parent | cad93455587198de3d4a71bfb75e0df44d2a4f2b (diff) | |
| download | OneRoll-c4cc1f3872f381e716c13e70169372ff9bb7c716.tar.gz OneRoll-c4cc1f3872f381e716c13e70169372ff9bb7c716.zip | |
Update parenthesesnode.h
getPriority
| -rw-r--r-- | node/parenthesesnode.h | 1 |
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; }; |