diff options
| author | 2016-04-14 05:30:41 +0200 | |
|---|---|---|
| committer | 2016-04-14 05:30:41 +0200 | |
| commit | 711d11ae25c7aa86ae675fd849c7240c9e2cf298 (patch) | |
| tree | 9b1e409781c8d98de6131aa219d30ab1fe54eb81 /diceparser.h | |
| 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.h')
| -rw-r--r-- | diceparser.h | 5 |
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: /** |