aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-05-22 00:05:05 +0200
committerRenaud G <renaud@rolisteam.org>2015-05-22 00:05:05 +0200
commit8742b3b8669f85df3c15196f0a51f43d932c0c93 (patch)
tree1e8ff896e357efed25aeab817aed0b3e7baabce3 /diceparser.h
parentc8c9bffb2b439b95d5061d639ebecec07271ae01 (diff)
parent88e5130bd86992819a036ef982733b5ee344d656 (diff)
downloadOneRoll-8742b3b8669f85df3c15196f0a51f43d932c0c93.tar.gz
OneRoll-8742b3b8669f85df3c15196f0a51f43d932c0c93.zip
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h
index fa56b0f..efca060 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:
/**
@@ -291,6 +296,7 @@ private:
ExecutionNode* m_current;
QString m_command;
ParsingToolBox* m_parsingToolbox;
+ QString m_helpPath;
};
#endif // DICEPARSER_H