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. --- parsingtoolbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsingtoolbox.h') diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 04a46c4..94ef624 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -145,7 +145,7 @@ public: bool readDiceLogicOperator(QString &str, OperationCondition::ConditionOperator &op); - bool readIfInstruction(QString& str,ExecutionNode* trueNode,ExecutionNode* falseNode); + private: QMap* m_logicOp; QMap* m_logicOperation; -- cgit v1.2.3-70-g09d2