diff options
| author | 2015-05-21 10:48:10 +0200 | |
|---|---|---|
| committer | 2015-05-21 10:48:10 +0200 | |
| commit | 88e5130bd86992819a036ef982733b5ee344d656 (patch) | |
| tree | 99c2a247ae927952243afd60e22faac3ac9f1e55 /diceparser.h | |
| parent | 2f24c7b8361d87b67e0a204b1f054d750f650d66 (diff) | |
| download | OneRoll-88e5130bd86992819a036ef982733b5ee344d656.tar.gz OneRoll-88e5130bd86992819a036ef982733b5ee344d656.zip | |
add API to set the link to documentation
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 |