diff options
| author | 2018-08-02 15:56:53 +0200 | |
|---|---|---|
| committer | 2018-08-02 15:56:53 +0200 | |
| commit | 0490332a1e85458059aa761c7a0769fe2fe985c7 (patch) | |
| tree | ccae3c8123648866e5440016a5ae052072ebe23a | |
| parent | b3357e42347d8f05099be7c4688b17ef3661162a (diff) | |
| download | OneRoll-0490332a1e85458059aa761c7a0769fe2fe985c7.tar.gz OneRoll-0490332a1e85458059aa761c7a0769fe2fe985c7.zip | |
Clean up Comment line
Clean up Comment line
| -rw-r--r-- | diceparser.cpp | 1 |
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); |