diff options
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 337efd0..e7b2612 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -209,6 +209,10 @@ bool DiceParser::readExpression(QString& str,ExecutionNode* & node) } return true; } + else + { + m_warningMap.insert(ExecutionNode::BAD_SYNTAXE,QObject::tr("Expected closing parenthesis - can't validate the inside.")); + } } } else if(m_parsingToolbox->readOperand(str,operandNode)) |