diff options
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index 17f8e1c..3eb55f1 100644 --- a/diceparser.h +++ b/diceparser.h @@ -186,6 +186,11 @@ public: * @return */ QMap<ExecutionNode::ERROR_CODE,QString> getErrorMap(); + /** + * @brief setPathToHelp set the path to the documentation, this path must be adatped to the lang of application etc… + * @param l the path. + */ + void setPathToHelp(QString l); private: /** @@ -290,6 +295,7 @@ private: ExecutionNode* m_current; QString m_command; ParsingToolBox* m_parsingToolbox; + QString m_helpPath; }; #endif // DICEPARSER_H |