aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/keepdiceexecnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-05-05 00:22:24 +0200
committerRenaud G <renaud@rolisteam.org>2015-05-05 00:22:24 +0200
commit69912970f8f182dad43d564e14fe080f30500ff3 (patch)
tree575a90a214983f506729401d28a16392de4dac26 /node/keepdiceexecnode.cpp
parent479b96210a01c152d5498e97cd66c47258918c49 (diff)
downloadOneRoll-69912970f8f182dad43d564e14fe080f30500ff3.tar.gz
OneRoll-69912970f8f182dad43d564e14fe080f30500ff3.zip
improve output for dot system
Diffstat (limited to 'node/keepdiceexecnode.cpp')
-rw-r--r--node/keepdiceexecnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp
index 859f733..a225ac4 100644
--- a/node/keepdiceexecnode.cpp
+++ b/node/keepdiceexecnode.cpp
@@ -64,7 +64,7 @@ void KeepDiceExecNode::setDiceKeepNumber(quint64 n)
}
QString KeepDiceExecNode::toString() const
{
- return QString("KeepDiceExecNode");
+ return QString("KeepDiceExecNode [label=\"KeepDiceExecNode %1\"]").arg(m_numberOfDice);
}
qint64 KeepDiceExecNode::getPriority() const
{