diff options
| author | 2018-12-14 23:48:52 +0100 | |
|---|---|---|
| committer | 2018-12-15 02:18:16 +0100 | |
| commit | 6204fbaab592179f0556eb673c61fa3d3313d2a7 (patch) | |
| tree | 5b8b143428adb3eb89903d88a6f6e0b48bf6b7bd /parsingtoolbox.h | |
| parent | 27709cc074cf34a866e0f57e2546e1e1bdf708b7 (diff) | |
| download | OneRoll-6204fbaab592179f0556eb673c61fa3d3313d2a7.tar.gz OneRoll-6204fbaab592179f0556eb673c61fa3d3313d2a7.zip | |
List operator fix of range.
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; |