diff options
| author | 2015-10-28 10:56:16 +0100 | |
|---|---|---|
| committer | 2015-10-28 10:56:16 +0100 | |
| commit | d271811b7cf700eb22c16e4af30fc6569ac225bb (patch) | |
| tree | 93e36c0597e216deabe85ec06f00c5437b8cbdb5 /result | |
| parent | 9e9dd15316e80cae916c532d13ddc5ddc5e93697 (diff) | |
| download | OneRoll-d271811b7cf700eb22c16e4af30fc6569ac225bb.tar.gz OneRoll-d271811b7cf700eb22c16e4af30fc6569ac225bb.zip | |
Optimization about screen
Diffstat (limited to 'result')
| -rw-r--r-- | result/diceresult.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |