aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-21 16:26:41 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-21 16:26:41 +0100
commit3b05641aec765f7f998dc11b6316ec8441b790d6 (patch)
tree2d0a82244cd4796be928a5a26c182297341851b8
parent2d3746dd5cd992eab00e5aab60e1f4ee28eb257a (diff)
downloadOneRoll-3b05641aec765f7f998dc11b6316ec8441b790d6.tar.gz
OneRoll-3b05641aec765f7f998dc11b6316ec8441b790d6.zip
Update keepdiceexecnode.h
toString
-rw-r--r--node/keepdiceexecnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h
index ccd7066..6b62a80 100644
--- a/node/keepdiceexecnode.h
+++ b/node/keepdiceexecnode.h
@@ -11,6 +11,7 @@ public:
virtual void run(ExecutionNode *previous);
virtual void setDiceKeepNumber(quint64 );
+ virtual QString toString()const;
private:
quint64 m_numberOfDice;
DiceResult* m_diceResult;