diff options
| author | 2016-07-10 10:45:44 +0200 | |
|---|---|---|
| committer | 2016-07-10 10:45:44 +0200 | |
| commit | dbb57d52d351e340ce69fccaedbdf758b04ed8fe (patch) | |
| tree | 9f0db291eecb5aae8d5398bc9d2ad5d83dc26cc3 /result | |
| parent | 0f58b77592facb164b2f8a2ba2a06b6ba883e9ba (diff) | |
| download | OneRoll-dbb57d52d351e340ce69fccaedbdf758b04ed8fe.tar.gz OneRoll-dbb57d52d351e340ce69fccaedbdf758b04ed8fe.zip | |
update dice system.
Diffstat (limited to 'result')
| -rw-r--r-- | result/diceresult.cpp | 2 |
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) |