From de3425a89a79349cde2e1a9d2a49d852ddd0583c Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Thu, 30 Jan 2014 11:58:59 +0100 Subject: Update rerolldicenode.h getPriority --- node/rerolldicenode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node') diff --git a/node/rerolldicenode.h b/node/rerolldicenode.h index ad92024..fcdd5df 100644 --- a/node/rerolldicenode.h +++ b/node/rerolldicenode.h @@ -20,9 +20,14 @@ public: virtual void setValidator(Validator* ); virtual QString toString()const; + + virtual void setAddingMode(bool); + virtual qint64 getPriority() const; + private: Validator* m_validator; DiceResult* m_myDiceResult; + bool m_adding; }; #endif // REROLLDICENODE_H -- cgit v1.2.3-70-g09d2