aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2019-07-19 02:01:06 +0200
committerRenaud G <renaud@rolisteam.org>2019-07-19 02:01:06 +0200
commit63edd55e030475bd4abe1f39967cacf6e5adf892 (patch)
tree3857f7e75b5dc60c0b9b6e26504584a893468ce2 /die.h
parent504d91db102a840e461b8b2ba442c0f76d581742 (diff)
downloadOneRoll-63edd55e030475bd4abe1f39967cacf6e5adf892.tar.gz
OneRoll-63edd55e030475bd4abe1f39967cacf6e5adf892.zip
fix if behaviour and output
Diffstat (limited to 'die.h')
-rw-r--r--die.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/die.h b/die.h
index 9f50120..f544808 100644
--- a/die.h
+++ b/die.h
@@ -142,6 +142,7 @@ public:
Die::ArithmeticOperator getOp() const;
void setOp(const Die::ArithmeticOperator& op);
+ void setDisplayed(bool b);
private:
qint64 m_value= 0;