aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
diff options
context:
space:
mode:
Diffstat (limited to 'result')
-rw-r--r--result/diceresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp
index eda22fb..b66c010 100644
--- a/result/diceresult.cpp
+++ b/result/diceresult.cpp
@@ -166,7 +166,7 @@ QString DiceResult::toString(bool wl)
if(wl)
{
return QStringLiteral("%3 [label=\"DiceResult Value %1 dice %2\"]")
- .arg(getScalarResult(), scalarSum.join('_'), m_id);
+ .arg(QString::number(getScalarResult()), scalarSum.join('_'), m_id);
}
else
{