diff options
| author | 2017-11-30 13:25:12 +0100 | |
|---|---|---|
| committer | 2017-11-30 13:25:12 +0100 | |
| commit | 6fe196cdf156e71c07e1908c2b6ebc5fe0e5faa6 (patch) | |
| tree | b09c0cc9c10ea05faf3ce8e5dc5b4a9894fdd9c5 /parsingtoolbox.h | |
| parent | c930587ff1fd23cf14c9c428d1756a02e10728d0 (diff) | |
| download | OneRoll-6fe196cdf156e71c07e1908c2b6ebc5fe0e5faa6.tar.gz OneRoll-6fe196cdf156e71c07e1908c2b6ebc5fe0e5faa6.zip | |
-Fix reading dynamic variable
-Move function
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 8328dc8..0775003 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -188,6 +188,7 @@ public: static IfNode::ConditionType readConditionType(QString &str); bool readComment(QString& str, QString &,QString &); + static ExecutionNode *getLatestNode(ExecutionNode *node); private: QMap<QString,BooleanCondition::LogicOperator>* m_logicOp; |