From 6a7d867b25aa3d929789949acfc2d258f473f0c7 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 21 Jan 2014 16:22:32 +0100 Subject: Update explosedicenode.h toString --- node/explosedicenode.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/node/explosedicenode.h b/node/explosedicenode.h index 911126f..a16549b 100644 --- a/node/explosedicenode.h +++ b/node/explosedicenode.h @@ -4,6 +4,7 @@ #include "executionnode.h" #include "diceresult.h" #include "validator.h" +#include /** * @brief The ExploseDiceNode class explose dice while is valid by the validator. @@ -16,6 +17,8 @@ public: virtual void setValidator(Validator* ); + virtual QString toString()const; + protected: DiceResult* m_diceResult; @@ -23,3 +26,4 @@ protected: }; #endif // EXPLOSEDICENODE_H + -- cgit v1.2.3-70-g09d2