diff options
| author | 2019-02-12 23:59:24 +0100 | |
|---|---|---|
| committer | 2019-02-12 23:59:24 +0100 | |
| commit | f2051fb35b1ad49c4d940e6fbba2acc98b216e13 (patch) | |
| tree | 03117f493191d35104ac37eba72e916d41c849f2 /node/explodedicenode.h | |
| parent | 210a222b894caa3c8af38ccb6653db0fd8491f6e (diff) | |
| download | OneRoll-f2051fb35b1ad49c4d940e6fbba2acc98b216e13.tar.gz OneRoll-f2051fb35b1ad49c4d940e6fbba2acc98b216e13.zip | |
clang format
Diffstat (limited to 'node/explodedicenode.h')
| -rw-r--r-- | node/explodedicenode.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/node/explodedicenode.h b/node/explodedicenode.h index feea86f..e72298a 100644 --- a/node/explodedicenode.h +++ b/node/explodedicenode.h @@ -13,13 +13,14 @@ class ExplodeDiceNode : public ExecutionNode { public: ExplodeDiceNode(); - virtual ~ExplodeDiceNode(); - virtual void run(ExecutionNode* previous = nullptr); - virtual void setValidator(Validator* ); - virtual QString toString(bool )const; + virtual ~ExplodeDiceNode(); + virtual void run(ExecutionNode* previous= nullptr); + virtual void setValidator(Validator*); + virtual QString toString(bool) const; virtual qint64 getPriority() const; - virtual ExecutionNode *getCopy() const; + virtual ExecutionNode* getCopy() const; + protected: DiceResult* m_diceResult; Validator* m_validator; |