diff options
| author | 2017-02-12 11:06:29 +0100 | |
|---|---|---|
| committer | 2017-02-12 11:06:29 +0100 | |
| commit | d13bce0509bc6e7b040751eb069debe51a8cb7b3 (patch) | |
| tree | 25f00279d99d2596c5523d55484cc7646e7e750d /parsingtoolbox.h | |
| parent | fb24013c7772ea80f1db0d9ff1d886d1676882cd (diff) | |
| download | OneRoll-d13bce0509bc6e7b040751eb069debe51a8cb7b3.tar.gz OneRoll-d13bce0509bc6e7b040751eb069debe51a8cb7b3.zip | |
-update API used
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 5d198be..75c01c2 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -178,6 +178,8 @@ public: * @return */ static IfNode::ConditionType readConditionType(QString &str); + + bool readComment(QString& str, QString &,QString &); private: QMap<QString,BooleanCondition::LogicOperator>* m_logicOp; |