diff options
| author | 2014-01-20 07:52:58 +0100 | |
|---|---|---|
| committer | 2014-01-20 07:52:58 +0100 | |
| commit | 488a7a8b217f3636b2887257e38e8477041b566e (patch) | |
| tree | 7ba1c3d71ca6965472d4f5402a77890bef63b9c1 /diceparser.h | |
| parent | 33329db82c9e9be5a21e15f8a61249a0d5f0a178 (diff) | |
| download | OneRoll-488a7a8b217f3636b2887257e38e8477041b566e.tar.gz OneRoll-488a7a8b217f3636b2887257e38e8477041b566e.zip | |
adding parantheses management (unworking yet)
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index 92c7248..48f2e0d 100644 --- a/diceparser.h +++ b/diceparser.h @@ -127,7 +127,7 @@ private: bool readLogicOperator(QString& str,BooleanCondition::LogicOperator& condition); - + bool readParentheses(QString& str); private: QMap<QString,DiceOperator>* m_mapDiceOp; |