aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-08-02 15:56:53 +0200
committerGitHub <noreply@github.com>2018-08-02 15:56:53 +0200
commit0490332a1e85458059aa761c7a0769fe2fe985c7 (patch)
treeccae3c8123648866e5440016a5ae052072ebe23a /diceparser.cpp
parentb3357e42347d8f05099be7c4688b17ef3661162a (diff)
downloadOneRoll-0490332a1e85458059aa761c7a0769fe2fe985c7.tar.gz
OneRoll-0490332a1e85458059aa761c7a0769fe2fe985c7.zip
Clean up Comment line
Clean up Comment line
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp
index 22ff52f..1a065b7 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -155,6 +155,7 @@ void DiceParser::insertAlias(DiceAlias* dice, int i)
bool DiceParser::parseLine(QString str, bool allowAlias)
{
m_errorMap.clear();
+ m_comment = QStringLiteral("");
if(!m_startNodes.empty())
{
qDeleteAll(m_startNodes);