From d9673764a9212c07a923ef8efb0965d4483f961e Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 13 Jan 2019 20:48:00 +0100 Subject: fix build --- result/diceresult.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'result/diceresult.cpp') 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 { -- cgit v1.2.3-70-g09d2