aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-10-18 18:19:36 +0200
committerRenaud G <renaud@rolisteam.org>2017-10-18 18:19:36 +0200
commit82141918f49cccdc7d7845dfb86a3b3999652d71 (patch)
tree833bff0fac823f625835be5e56ace73ea9650e9d /node/parenthesesnode.h
parent06fffb804b7ba80eedad966d2205bd2ca6f4c6ee (diff)
parent53d4f802d3e9327c45c5e437bcfea474e6ad943a (diff)
downloadOneRoll-82141918f49cccdc7d7845dfb86a3b3999652d71.tar.gz
OneRoll-82141918f49cccdc7d7845dfb86a3b3999652d71.zip
Merge branch 'group'
Diffstat (limited to 'node/parenthesesnode.h')
-rw-r--r--node/parenthesesnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/parenthesesnode.h b/node/parenthesesnode.h
index df3c32a..388f6db 100644
--- a/node/parenthesesnode.h
+++ b/node/parenthesesnode.h
@@ -37,6 +37,7 @@ public:
virtual QString toString(bool)const;
virtual qint64 getPriority() const;
virtual ExecutionNode *getCopy() const;
+ virtual void generateDotTree(QString&);
private:
ExecutionNode* m_internalNode;
};