diff options
| author | 2015-05-05 00:22:24 +0200 | |
|---|---|---|
| committer | 2015-05-05 00:22:24 +0200 | |
| commit | 69912970f8f182dad43d564e14fe080f30500ff3 (patch) | |
| tree | 575a90a214983f506729401d28a16392de4dac26 /node/keepdiceexecnode.cpp | |
| parent | 479b96210a01c152d5498e97cd66c47258918c49 (diff) | |
| download | OneRoll-69912970f8f182dad43d564e14fe080f30500ff3.tar.gz OneRoll-69912970f8f182dad43d564e14fe080f30500ff3.zip | |
improve output for dot system
Diffstat (limited to 'node/keepdiceexecnode.cpp')
| -rw-r--r-- | node/keepdiceexecnode.cpp | 2 |
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 { |