From d271811b7cf700eb22c16e4af30fc6569ac225bb Mon Sep 17 00:00:00 2001 From: Renaud G Date: Wed, 28 Oct 2015 10:56:16 +0100 Subject: Optimization about screen --- 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 ceb77b8..ffa5d02 100644 --- a/result/diceresult.cpp +++ b/result/diceresult.cpp @@ -90,7 +90,7 @@ QString DiceResult::toString(bool wl) } if(wl) { - return QString("%3 [label=\"DiceResult Value %1 dice %2\"]").arg(getScalarResult()).arg(scalarSum.join('_')).arg(m_id); + return QStringLiteral("%3 [label=\"DiceResult Value %1 dice %2\"]").arg(getScalarResult()).arg(scalarSum.join('_')).arg(m_id); } else { -- cgit v1.2.3-70-g09d2