From 1c875b651df3afafe1df6b8ae412124d67e526a6 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 5 Sep 2019 00:40:40 +0200 Subject: Copy die but prevent them to be displayed twice. --- die.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'die.h') diff --git a/die.h b/die.h index eb43521..52ba7a2 100644 --- a/die.h +++ b/die.h @@ -144,7 +144,11 @@ public: void setOp(const Die::ArithmeticOperator& op); void setDisplayed(bool b); + QString getUuid() const; + void setUuid(const QString& uuid); + private: + QString m_uuid; qint64 m_value= 0; QList m_rollResult; bool m_selected= false; -- cgit v1.2.3-70-g09d2