From 89e9930de6144e38187b09e780fc0557a78a153e Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Thu, 30 Jan 2014 11:55:09 +0100 Subject: Update explosedicenode.h getPriority --- node/explosedicenode.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/node/explosedicenode.h b/node/explosedicenode.h index a16549b..a9238b8 100644 --- a/node/explosedicenode.h +++ b/node/explosedicenode.h @@ -14,11 +14,9 @@ class ExploseDiceNode : public ExecutionNode public: ExploseDiceNode(); virtual void run(ExecutionNode* previous = NULL); - virtual void setValidator(Validator* ); - virtual QString toString()const; - + virtual qint64 getPriority() const; protected: DiceResult* m_diceResult; @@ -26,4 +24,3 @@ protected: }; #endif // EXPLOSEDICENODE_H - -- cgit v1.2.3-70-g09d2