diff options
| author | 2019-09-24 13:41:48 +0200 | |
|---|---|---|
| committer | 2019-09-24 23:04:27 +0200 | |
| commit | 7a4f7a1bcc5bd0d677297493452ab79c1ab30efe (patch) | |
| tree | 8f3c81bbb8ca535aa1fd9bf6352e0f64cc8c531c /node | |
| parent | a1c3be28ef55cc28be06f456e1736df3ffbe87ec (diff) | |
| download | OneRoll-7a4f7a1bcc5bd0d677297493452ab79c1ab30efe.tar.gz OneRoll-7a4f7a1bcc5bd0d677297493452ab79c1ab30efe.zip | |
Change priority
Diffstat (limited to 'node')
| -rw-r--r-- | node/variablenode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/variablenode.cpp b/node/variablenode.cpp index d9dba5e..e286a95 100644 --- a/node/variablenode.cpp +++ b/node/variablenode.cpp @@ -51,7 +51,7 @@ QString VariableNode::toString(bool withLabel) const qint64 VariableNode::getPriority() const { - qint64 priority= 0; + qint64 priority= 4; if(nullptr != m_previousNode) { priority= m_previousNode->getPriority(); |