From a817fcbaa3350a59790d9b264d8eb613df80703d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 28 Jul 2019 01:41:34 +0200 Subject: Add bool return to manage no parameter on painter node --- include/parsingtoolbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/parsingtoolbox.h b/include/parsingtoolbox.h index 9e246d6..8d5f62b 100644 --- a/include/parsingtoolbox.h +++ b/include/parsingtoolbox.h @@ -206,7 +206,7 @@ public: bool readArithmeticOperator(QString& str, Die::ArithmeticOperator& op); - static void readPainterParameter(PainterNode* painter, QString& str); + static bool readPainterParameter(PainterNode* painter, QString& str); static QHash getVariableHash(); static void setVariableHash(const QHash& variableHash); -- cgit v1.2.3-70-g09d2