aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-11-25 01:59:45 +0100
committerRenaud G <renaud@rolisteam.org>2017-11-25 01:59:45 +0100
commit910cf4f38f0e489d88f27e223db3f5eecad969dd (patch)
tree40f537d6ab362676a11a76fc2cba9512b80a7a55 /diceparser.cpp
parentcedc70618afa6826d409a64078ea1a8ede4af06c (diff)
downloadOneRoll-910cf4f38f0e489d88f27e223db3f5eecad969dd.tar.gz
OneRoll-910cf4f38f0e489d88f27e223db3f5eecad969dd.zip
return value
Diffstat (limited to 'diceparser.cpp')
-rw-r--r--diceparser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp
index e57a93c..f3ea3ef 100644
--- a/diceparser.cpp
+++ b/diceparser.cpp
@@ -633,6 +633,7 @@ QList<qreal> DiceParser::getSumOfDiceResult()
}
resultValues << resultValue;
}
+ return resultValues;
}
int DiceParser::getStartNodeCount() const
{