diff options
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<QString,BooleanCondition::LogicOperator>* m_logicOp; QMap<QString,CompositeValidator::LogicOperation>* m_logicOperation; |