aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/occurencecountnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/occurencecountnode.cpp')
-rw-r--r--node/occurencecountnode.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/node/occurencecountnode.cpp b/node/occurencecountnode.cpp
index f82fa35..5140d19 100644
--- a/node/occurencecountnode.cpp
+++ b/node/occurencecountnode.cpp
@@ -148,7 +148,8 @@ void OccurenceCountNode::runForStringResult(const std::map<qint64, qint64>& mapO
else
result= QObject::tr("No matching result");
- m_stringResult->setText(QStringLiteral("%1 - [%2]").arg(result).arg(resultList.join(',')));
+ m_stringResult->addText(QStringLiteral("%1 - [%2]").arg(result).arg(resultList.join(',')));
+ m_stringResult->finished();
}
void OccurenceCountNode::runForDiceResult(const std::map<qint64, qint64>& mapOccurence)
{