diff options
| author | 2015-05-16 00:05:08 +0200 | |
|---|---|---|
| committer | 2015-05-16 00:05:08 +0200 | |
| commit | bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7 (patch) | |
| tree | 090223d5ab28601d52c63bb9489835f191cf797a /parsingtoolbox.h | |
| parent | b79df1fffd6677a584d6ad8ed44004aae0dad7b4 (diff) | |
| parent | f8a2e958e699ca41730cb785e7284c07eaaa5a82 (diff) | |
| download | OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.tar.gz OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'parsingtoolbox.h')
| -rw-r--r-- | parsingtoolbox.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 8958550..5d38919 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -115,6 +115,15 @@ public: */ DiceRollerNode* getDiceRollerNode(ExecutionNode* previous); + /** + * @brief readDiceRange + * @param str + * @param start + * @param end + * @return + */ + bool readDiceRange(QString& str,int& start, int& end); + private: QMap<QString,BooleanCondition::LogicOperator>* m_logicOp; }; |