diff options
| author | 2019-07-19 02:01:06 +0200 | |
|---|---|---|
| committer | 2019-07-19 02:01:06 +0200 | |
| commit | 63edd55e030475bd4abe1f39967cacf6e5adf892 (patch) | |
| tree | 3857f7e75b5dc60c0b9b6e26504584a893468ce2 /die.h | |
| parent | 504d91db102a840e461b8b2ba442c0f76d581742 (diff) | |
| download | OneRoll-63edd55e030475bd4abe1f39967cacf6e5adf892.tar.gz OneRoll-63edd55e030475bd4abe1f39967cacf6e5adf892.zip | |
fix if behaviour and output
Diffstat (limited to 'die.h')
| -rw-r--r-- | die.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ public: Die::ArithmeticOperator getOp() const; void setOp(const Die::ArithmeticOperator& op); + void setDisplayed(bool b); private: qint64 m_value= 0; |