From 9311cabe959739e74b62e46563bace3ebc63e15d Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Wed, 13 Apr 2016 16:23:48 +0200 Subject: Add management for variable in DiceParser. --- diceparser.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'diceparser.h') diff --git a/diceparser.h b/diceparser.h index 0df633b..0757f99 100644 --- a/diceparser.h +++ b/diceparser.h @@ -204,6 +204,11 @@ public: bool hasSeparator()const; bool readIfInstruction(QString &str, ExecutionNode* &trueNode, ExecutionNode* &falseNode); + /** + * @brief setVariableDictionary + * @param variables + */ + void setVariableDictionary(QHash* variables); private: /** -- cgit v1.2.3-70-g09d2