aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2018-05-11 11:32:11 +0200
committerobiwankennedy <renaud@rolisteam.org>2018-05-11 11:32:11 +0200
commitcfed59df0d283e0f15ada1000baf10ea715c857d (patch)
tree6ad19ec95fdbdb750fef54aa7cad8782a2866ec3 /diceparser.cpp
parentfd5728eb399e10514afd0bb55b73d504d50b7517 (diff)
downloadOneRoll-cfed59df0d283e0f15ada1000baf10ea715c857d.tar.gz
OneRoll-cfed59df0d283e0f15ada1000baf10ea715c857d.zip
-remove warnings
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.cpp b/diceparser.cpp
index 7117b09..713864a 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -514,7 +514,7 @@ void DiceParser::getLastDiceResult(QList<ExportedDiceResult>& diceValuesList,boo
{
if(!die->hasBeenDisplayed())
{
- QList<quint64> valuesResult;
+ QList<qint64> valuesResult;
valuesResult.append(die->getValue());
die->displayed();
face = die->getFaces();