aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/diceresult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'result/diceresult.cpp')
-rw-r--r--result/diceresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp
index 23b925e..083c683 100644
--- a/result/diceresult.cpp
+++ b/result/diceresult.cpp
@@ -73,7 +73,7 @@ QVariant DiceResult::getResult(Dice::RESULT_TYPE type)
}
case Dice::RESULT_TYPE::DICE_LIST:
{
- return QVariant();
+ return QVariant::fromValue(m_diceValues);
}
default:
break;