From 19bfac5d61c7e30a1e5bbe115d56908474546052 Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Tue, 26 Jan 2016 15:35:18 +0100 Subject: Implementation of the if node. Work with one if. --- diceparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'diceparser.h') diff --git a/diceparser.h b/diceparser.h index ae21ebc..a1fc8b8 100644 --- a/diceparser.h +++ b/diceparser.h @@ -204,6 +204,7 @@ public: QStringList getAllDiceResult(bool& hasAlias); bool hasSeparator()const; + bool readIfInstruction(QString &str, ExecutionNode* &trueNode, ExecutionNode* &falseNode); private: /** -- cgit v1.2.3-70-g09d2