diff options
| author | 2014-01-30 11:55:09 +0100 | |
|---|---|---|
| committer | 2014-01-30 11:55:09 +0100 | |
| commit | 89e9930de6144e38187b09e780fc0557a78a153e (patch) | |
| tree | 1aa21b92cf50b33a16efe3c8599737b6b24b8c1b /node/explosedicenode.h | |
| parent | d85b5abfaf407a8ed4945b0af9e1ec6f0454f289 (diff) | |
| download | OneRoll-89e9930de6144e38187b09e780fc0557a78a153e.tar.gz OneRoll-89e9930de6144e38187b09e780fc0557a78a153e.zip | |
Update explosedicenode.h
getPriority
Diffstat (limited to 'node/explosedicenode.h')
| -rw-r--r-- | node/explosedicenode.h | 5 |
1 files changed, 1 insertions, 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 - |