diff options
| author | 2016-04-15 10:54:38 +0200 | |
|---|---|---|
| committer | 2016-04-15 10:54:38 +0200 | |
| commit | e55d89b50abd103dcc860faba2c7719064b5aa46 (patch) | |
| tree | c47cf70d0d3b35c5941f80b3728dc596f572bf5a /diceparser.cpp | |
| parent | 7329c3414954112da46ad1af1d900ded0363ba9c (diff) | |
| parent | 711d11ae25c7aa86ae675fd849c7240c9e2cf298 (diff) | |
| download | OneRoll-e55d89b50abd103dcc860faba2c7719064b5aa46.tar.gz OneRoll-e55d89b50abd103dcc860faba2c7719064b5aa46.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 90d52e3..f88cfc3 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2014 by Renaud Guezennec * -* http://renaudguezennec.homelinux.org/accueil,3.html * +* http://www.rolisteam.org/contact * * * * This file is part of DiceParser * * * @@ -1086,3 +1086,7 @@ void DiceParser::setPathToHelp(QString l) { m_helpPath = l; } +void DiceParser::setVariableDictionary(QHash<QString,QString>* variables) +{ + ParsingToolBox::setVariableHash(variables); +} |