aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h
index 0df633b..b532b3e 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -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 *
* *
@@ -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:
/**