diff options
| author | 2016-10-10 20:41:11 +0200 | |
|---|---|---|
| committer | 2016-10-10 20:41:11 +0200 | |
| commit | 24b0acebcbb351e77bb11daf85b4bb3984a03ab8 (patch) | |
| tree | 5da4a24039e7c6d7e8d17861ddd9f3857b3f193a /result/diceresult.cpp | |
| parent | 33429179caa08414646f7f6c9d396b070de9bdff (diff) | |
| parent | 6dba1839f580b34980c33b2aaeb7a90dfb27fe3b (diff) | |
| download | OneRoll-24b0acebcbb351e77bb11daf85b4bb3984a03ab8.tar.gz OneRoll-24b0acebcbb351e77bb11daf85b4bb3984a03ab8.zip | |
Merge branch 'master' of github.com:Rolisteam/DiceParser
Diffstat (limited to 'result/diceresult.cpp')
| -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) |