aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-10-18 18:15:32 +0200
committerRenaud G <renaud@rolisteam.org>2017-10-18 18:15:32 +0200
commit53d4f802d3e9327c45c5e437bcfea474e6ad943a (patch)
treef5f03420f6395f33a7bab76fd05b49bbed0090c5 /node/parenthesesnode.h
parent91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (diff)
downloadOneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.tar.gz
OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.zip
add 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;
};