aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/die.h
diff options
context:
space:
mode:
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;