aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
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.cpp
parent8122ac01552c631b14ea096117c775ff6509ea24 (diff)
parent9311cabe959739e74b62e46563bace3ebc63e15d (diff)
downloadOneRoll-711d11ae25c7aa86ae675fd849c7240c9e2cf298.tar.gz
OneRoll-711d11ae25c7aa86ae675fd849c7240c9e2cf298.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp
index 3369f7d..f88cfc3 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -1086,3 +1086,7 @@ void DiceParser::setPathToHelp(QString l)
{
m_helpPath = l;
}
+void DiceParser::setVariableDictionary(QHash<QString,QString>* variables)
+{
+ ParsingToolBox::setVariableHash(variables);
+}