diff options
Diffstat (limited to 'node/executionnode.h')
| -rw-r--r-- | node/executionnode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index ef6faa3..ef5fce8 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -52,6 +52,12 @@ public: * @return */ virtual QList<ExecutionNode::ERROR_CODE> getErrorList(); + + /** + * @brief getHelp + * @return + */ + virtual QString getHelp(); protected: /** * @brief m_result |