diff options
Diffstat (limited to 'node/executionnode.h')
| -rw-r--r-- | node/executionnode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index e10ccb6..2a82470 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -59,6 +59,11 @@ public: virtual QList<ExecutionNode::ERROR_CODE> getErrorList(); /** + * @brief generateDotTree + */ + virtual void generateDotTree(QString&); + + /** * @brief getHelp * @return */ |