diff options
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,10 +16,17 @@ public: qint64 getValue() const; QList<qint64> getListValue() const; + bool hasChildrenValue(); + + + + + private: qint64 m_value; QList<qint64> m_rollResult; bool m_selected; + bool m_hasValue; }; |