diff options
| author | 2019-07-28 01:41:34 +0200 | |
|---|---|---|
| committer | 2019-07-28 01:41:34 +0200 | |
| commit | a817fcbaa3350a59790d9b264d8eb613df80703d (patch) | |
| tree | 22c186bf6441cd8b56bfcd736cf4161e5750bc58 /include | |
| parent | 7f535260bbc2210bf8d605bac88546e9f18b2b05 (diff) | |
| download | OneRoll-a817fcbaa3350a59790d9b264d8eb613df80703d.tar.gz OneRoll-a817fcbaa3350a59790d9b264d8eb613df80703d.zip | |
Add bool return to manage no parameter on painter node
Diffstat (limited to 'include')
| -rw-r--r-- | include/parsingtoolbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<QString, QString> getVariableHash(); static void setVariableHash(const QHash<QString, QString>& variableHash); |