diff options
| author | 2014-01-30 11:57:48 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:57:48 +0100 | |
| commit | 10745e6125c338512a8cfb239f5a0e4b300d5a78 (patch) | |
| tree | 5bee55fd1f1a079623ca75371b0b3eba0bf92ed3 /node | |
| parent | c4cc1f3872f381e716c13e70169372ff9bb7c716 (diff) | |
| download | OneRoll-10745e6125c338512a8cfb239f5a0e4b300d5a78.tar.gz OneRoll-10745e6125c338512a8cfb239f5a0e4b300d5a78.zip | |
Update parenthesesnode.cpp
getPriority
Diffstat (limited to 'node')
| -rw-r--r-- | node/parenthesesnode.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp index 3e5073d..0f7002a 100644 --- a/node/parenthesesnode.cpp +++ b/node/parenthesesnode.cpp @@ -32,3 +32,8 @@ QString ParenthesesNode::toString() const { return "ParenthesesNode"; } +qint64 ParenthesesNode::getPriority() const +{ + qint64 priority=3; + return priority; +} |