aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/sortresult.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-01-05 13:12:05 +0100
committerRenaud G <renaud@rolisteam.org>2014-01-05 13:12:05 +0100
commit3853227d5852f45341c1ee49be4411ada78d860c (patch)
tree12bd626e68a445b37e0c3870a996aedf8552a5c8 /node/sortresult.cpp
parent4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 (diff)
downloadOneRoll-3853227d5852f45341c1ee49be4411ada78d860c.tar.gz
OneRoll-3853227d5852f45341c1ee49be4411ada78d860c.zip
Add new management of result.
It may require to make several
Diffstat (limited to 'node/sortresult.cpp')
-rw-r--r--node/sortresult.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/sortresult.cpp b/node/sortresult.cpp
index f4364fa..f842fcc 100644
--- a/node/sortresult.cpp
+++ b/node/sortresult.cpp
@@ -12,8 +12,8 @@ void SortResultNode::run(ExecutionNode* node)
{
return;
}
- QList<qint64> diceList=node->getResult()->getResultList();
- QList<qint64> diceList2=m_result.getResultList();
+ QList<Die> diceList=node->getResult()->getResultList();
+ QList<Die> diceList2=m_result.getResultList();
diceList2 = diceList;
if(!m_ascending)