From f2051fb35b1ad49c4d940e6fbba2acc98b216e13 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 12 Feb 2019 23:59:24 +0100 Subject: clang format --- node/keepdiceexecnode.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'node/keepdiceexecnode.h') diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h index 72d3de4..ab9913d 100644 --- a/node/keepdiceexecnode.h +++ b/node/keepdiceexecnode.h @@ -24,8 +24,8 @@ #include "executionnode.h" #include "result/diceresult.h" /** - * @brief The KeepDiceExecNode class splits the dice result to get the m_numberOfDice dice from the beginning of the dice result. - * Usually the pervious node of an KeepDiceExecNode is an SortNode. + * @brief The KeepDiceExecNode class splits the dice result to get the m_numberOfDice dice from the beginning of the + * dice result. Usually the pervious node of an KeepDiceExecNode is an SortNode. */ class KeepDiceExecNode : public ExecutionNode { @@ -33,11 +33,12 @@ public: KeepDiceExecNode(); virtual ~KeepDiceExecNode(); - virtual void run(ExecutionNode *previous); - virtual void setDiceKeepNumber(qint64 ); - virtual QString toString(bool)const; + virtual void run(ExecutionNode* previous); + virtual void setDiceKeepNumber(qint64); + virtual QString toString(bool) const; virtual qint64 getPriority() const; - virtual ExecutionNode *getCopy() const; + virtual ExecutionNode* getCopy() const; + private: qint64 m_numberOfDice; DiceResult* m_diceResult; -- cgit v1.2.3-70-g09d2