diff options
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 be0b0eb..5846c57 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -194,6 +194,7 @@ public: static void setStartNodes(std::vector<ExecutionNode *> *startNodes); static bool readOperand(QString &str, ExecutionNode *&node); + static int findClosingCharacterIndexOf(QChar open, QChar closing, const QString &str, int offset); private: QMap<QString,BooleanCondition::LogicOperator>* m_logicOp; |