aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorrenaud guezennec <renaud@rolisteam.org>2019-07-29 20:35:52 +0000
committerrenaud guezennec <renaud@rolisteam.org>2019-07-29 20:35:52 +0000
commit1a902d383eef1e042d4462cd07b9384fcdf4d118 (patch)
tree766b8ab720fa5da11730d2fc2388f51b9d14de49 /die.h
parentf5906125576a8323a731c9456ce3dfc53b67ef59 (diff)
parent0d4b68221bda594cc695d216dfa21306ddb69c85 (diff)
downloadOneRoll-1a902d383eef1e042d4462cd07b9384fcdf4d118.tar.gz
OneRoll-1a902d383eef1e042d4462cd07b9384fcdf4d118.zip
Merge branch 'liberation' into 'master'
Add fuzzer on the DiceParser See merge request kde/rolisteam-diceparser!2
Diffstat (limited to 'die.h')
-rw-r--r--die.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/die.h b/die.h
index f544808..eb43521 100644
--- a/die.h
+++ b/die.h
@@ -151,8 +151,8 @@ private:
bool m_hasValue= false;
bool m_displayStatus= false;
bool m_highlighted= true;
- qint64 m_maxValue;
- qint64 m_base;
+ qint64 m_maxValue= 0;
+ qint64 m_base= 0;
QString m_color;
Die::ArithmeticOperator m_op;