diff options
| author | 2016-04-14 05:30:41 +0200 | |
|---|---|---|
| committer | 2016-04-14 05:30:41 +0200 | |
| commit | 711d11ae25c7aa86ae675fd849c7240c9e2cf298 (patch) | |
| tree | 9b1e409781c8d98de6131aa219d30ab1fe54eb81 /diceparser.cpp | |
| parent | 8122ac01552c631b14ea096117c775ff6509ea24 (diff) | |
| parent | 9311cabe959739e74b62e46563bace3ebc63e15d (diff) | |
| download | OneRoll-711d11ae25c7aa86ae675fd849c7240c9e2cf298.tar.gz OneRoll-711d11ae25c7aa86ae675fd849c7240c9e2cf298.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 4 |
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); +} |