diff options
| author | 2017-10-18 18:15:32 +0200 | |
|---|---|---|
| committer | 2017-10-18 18:15:32 +0200 | |
| commit | 53d4f802d3e9327c45c5e437bcfea474e6ad943a (patch) | |
| tree | f5f03420f6395f33a7bab76fd05b49bbed0090c5 /node/parenthesesnode.h | |
| parent | 91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (diff) | |
| download | OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.tar.gz OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.zip | |
add group
Diffstat (limited to 'node/parenthesesnode.h')
| -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 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; }; |