From 2d3746dd5cd992eab00e5aab60e1f4ee28eb257a Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 21 Jan 2014 16:22:59 +0100 Subject: Update keepdiceexecnode.cpp toString --- node/keepdiceexecnode.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node') diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp index 18e9f31..62aefb6 100644 --- a/node/keepdiceexecnode.cpp +++ b/node/keepdiceexecnode.cpp @@ -12,6 +12,7 @@ KeepDiceExecNode::KeepDiceExecNode() void KeepDiceExecNode::run(ExecutionNode* previous) { + qDebug() << "KeepDiceExecNode node"; if(NULL==previous) { return; @@ -36,3 +37,7 @@ void KeepDiceExecNode::setDiceKeepNumber(quint64 n) { m_numberOfDice = n; } +QString KeepDiceExecNode::toString() const +{ + return QString("KeepDiceExecNode"); +} -- cgit v1.2.3-70-g09d2