diff options
| author | 2018-12-14 23:48:52 +0100 | |
|---|---|---|
| committer | 2018-12-15 02:18:16 +0100 | |
| commit | 6204fbaab592179f0556eb673c61fa3d3313d2a7 (patch) | |
| tree | 5b8b143428adb3eb89903d88a6f6e0b48bf6b7bd /result/result.cpp | |
| parent | 27709cc074cf34a866e0f57e2546e1e1bdf708b7 (diff) | |
| download | OneRoll-6204fbaab592179f0556eb673c61fa3d3313d2a7.tar.gz OneRoll-6204fbaab592179f0556eb673c61fa3d3313d2a7.zip | |
List operator fix of range.
Diffstat (limited to 'result/result.cpp')
| -rw-r--r-- | result/result.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result/result.cpp b/result/result.cpp index 8b4667b..4378350 100644 --- a/result/result.cpp +++ b/result/result.cpp @@ -71,7 +71,7 @@ void Result::generateDotTree(QString& s) s.append(toString(false)); s.append(" -> "); s.append("nullptr"); - s.append(" [label=\"previousResult\"];\n"); + s.append(" [label=\"previousResult\", shape=\"box\"];\n"); } } |