From 88e5130bd86992819a036ef982733b5ee344d656 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 21 May 2015 10:48:10 +0200 Subject: add API to set the link to documentation --- diceparser.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'diceparser.h') 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 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 -- cgit v1.2.3-70-g09d2