diff options
| author | 2018-12-12 14:07:05 +0100 | |
|---|---|---|
| committer | 2018-12-12 14:07:05 +0100 | |
| commit | 1a904315abb8bf75de4c833b2dfdd1358452ca25 (patch) | |
| tree | 30a7f7ecc229e873203984f5f7eda93da93d66c3 /node/dicerollernode.cpp | |
| parent | 0bc3bcb30a50a81e818109b949c1c5a500c89fe7 (diff) | |
| download | OneRoll-1a904315abb8bf75de4c833b2dfdd1358452ca25.tar.gz OneRoll-1a904315abb8bf75de4c833b2dfdd1358452ca25.zip | |
add new way to display result in dot file
Diffstat (limited to 'node/dicerollernode.cpp')
| -rw-r--r-- | node/dicerollernode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.cpp b/node/dicerollernode.cpp index 1d842d6..06daf7f 100644 --- a/node/dicerollernode.cpp +++ b/node/dicerollernode.cpp @@ -76,7 +76,7 @@ QString DiceRollerNode::toString(bool wl) const { if(wl) { - return QString("%1 [label=\"DiceRollerNode faces: %2\"]").arg(m_id).arg(getFaces()); + return QString("%1 [label=\"DiceRollerNode faces: %2\"]").arg(m_id).arg(getFaces()); } else { |