diff options
| author | 2014-01-05 13:12:05 +0100 | |
|---|---|---|
| committer | 2014-01-05 13:12:05 +0100 | |
| commit | 3853227d5852f45341c1ee49be4411ada78d860c (patch) | |
| tree | 12bd626e68a445b37e0c3870a996aedf8552a5c8 /node/sortresult.cpp | |
| parent | 4de8cf5796446b7f8b09d776e4a6a6d6b8e95cb6 (diff) | |
| download | OneRoll-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.cpp | 4 |
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) |