diff options
| author | 2014-12-09 20:41:07 +0100 | |
|---|---|---|
| committer | 2014-12-09 20:41:07 +0100 | |
| commit | de38199f61635a4206eb44c8e70634086aa20538 (patch) | |
| tree | 6ba0e179af79a3f8cbef50c28da5ac9c5be47b29 /node/executionnode.h | |
| parent | 8d7e2cc15adf4a82ef6354fbfebfadc3a6bb075c (diff) | |
| download | OneRoll-de38199f61635a4206eb44c8e70634086aa20538.tar.gz OneRoll-de38199f61635a4206eb44c8e70634086aa20538.zip | |
add help API
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 |