diff options
| author | 2015-05-16 00:05:08 +0200 | |
|---|---|---|
| committer | 2015-05-16 00:05:08 +0200 | |
| commit | bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7 (patch) | |
| tree | 090223d5ab28601d52c63bb9489835f191cf797a /die.h | |
| parent | b79df1fffd6677a584d6ad8ed44004aae0dad7b4 (diff) | |
| parent | f8a2e958e699ca41730cb785e7284c07eaaa5a82 (diff) | |
| download | OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.tar.gz OneRoll-bb89b91d9919ad9fed8b9d30ea0df79ceea4d3f7.zip | |
Merge branch 'master' of github.com:obiwankennedy/DiceParser
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -119,6 +119,11 @@ public: */ bool isHighlighted(); + /** + * @brief setBase + */ + void setBase(qint64); + private: qint64 m_value; QList<qint64> m_rollResult; @@ -127,6 +132,7 @@ private: bool m_displayStatus; bool m_highlighted; quint64 m_faces; + qint64 m_base; }; |