diff options
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; |