aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-10-10 20:41:11 +0200
committerRenaud G <renaud@rolisteam.org>2016-10-10 20:41:11 +0200
commit24b0acebcbb351e77bb11daf85b4bb3984a03ab8 (patch)
tree5da4a24039e7c6d7e8d17861ddd9f3857b3f193a /result
parent33429179caa08414646f7f6c9d396b070de9bdff (diff)
parent6dba1839f580b34980c33b2aaeb7a90dfb27fe3b (diff)
downloadOneRoll-24b0acebcbb351e77bb11daf85b4bb3984a03ab8.tar.gz
OneRoll-24b0acebcbb351e77bb11daf85b4bb3984a03ab8.zip
Merge branch 'master' of github.com:Rolisteam/DiceParser
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)