diff options
| author | 2014-01-21 16:22:32 +0100 | |
|---|---|---|
| committer | 2014-01-21 16:22:32 +0100 | |
| commit | 6a7d867b25aa3d929789949acfc2d258f473f0c7 (patch) | |
| tree | 099a82a96d758d41d885d003e680a6bd8fdeb8c5 /node | |
| parent | f60ea1445b8e735ab3b2235462be3ef5d9439815 (diff) | |
| download | OneRoll-6a7d867b25aa3d929789949acfc2d258f473f0c7.tar.gz OneRoll-6a7d867b25aa3d929789949acfc2d258f473f0c7.zip | |
Update explosedicenode.h
toString
Diffstat (limited to 'node')
| -rw-r--r-- | node/explosedicenode.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <QDebug> /** * @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 + |