aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-04-14 05:30:41 +0200
committerRenaud G <renaud@rolisteam.org>2016-04-14 05:30:41 +0200
commit711d11ae25c7aa86ae675fd849c7240c9e2cf298 (patch)
tree9b1e409781c8d98de6131aa219d30ab1fe54eb81 /diceparser.h
parent8122ac01552c631b14ea096117c775ff6509ea24 (diff)
parent9311cabe959739e74b62e46563bace3ebc63e15d (diff)
downloadOneRoll-711d11ae25c7aa86ae675fd849c7240c9e2cf298.tar.gz
OneRoll-711d11ae25c7aa86ae675fd849c7240c9e2cf298.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h
index 871a0d3..b532b3e 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<QString,QString>* variables);
private:
/**