From c671d21b54d43dbd6112f3ab50fc6ebd63dc4aef Mon Sep 17 00:00:00 2001 From: Renaud Guezennec Date: Thu, 4 Feb 2016 17:58:00 +0100 Subject: Add Management of Color --- parsingtoolbox.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'parsingtoolbox.h') diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 1af0efd..8c80d13 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -31,7 +31,7 @@ #include "compositevalidator.h" #include "range.h" #include "node/scalaroperatornode.h" - +#include "node/paintnode.h" /** * @brief The ParsingToolBox is gathering many useful methods for dice parsing. * Its goal is to make the diceparser a bit lighter. @@ -148,6 +148,7 @@ public: bool readArithmeticOperator(QString& str, ScalarOperatorNode::ArithmeticOperator& op); + void readPainterParameter(PainterNode *painter, QString &str); private: QMap* m_logicOp; QMap* m_logicOperation; -- cgit v1.2.3-70-g09d2