aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
diff options
context:
space:
mode:
Diffstat (limited to 'result')
-rw-r--r--result/diceresult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/result/diceresult.cpp b/result/diceresult.cpp
index 462c989..9f9fbf8 100644
--- a/result/diceresult.cpp
+++ b/result/diceresult.cpp
@@ -51,7 +51,7 @@ void DiceResult::setResultList(QList<Die*> list)
}
DiceResult::~DiceResult()
{
- qDeleteAll(m_diceValues.begin(), m_diceValues.end());
+ qDeleteAll(m_diceValues.begin(), m_diceValues.end());
m_diceValues.clear();
}
QVariant DiceResult::getResult(RESULT_TYPE type)