diff options
| author | 2015-08-20 15:25:26 +0200 | |
|---|---|---|
| committer | 2015-08-20 15:25:26 +0200 | |
| commit | 4c96c3f33cbb0552275e4a87046ac0a8fa88162c (patch) | |
| tree | 635941352883e88760733d24ed04586b8f3ae340 /node/startingnode.cpp | |
| parent | 065c8f53cebd098d11695eaec07c178d78737c8e (diff) | |
| download | OneRoll-4c96c3f33cbb0552275e4a87046ac0a8fa88162c.tar.gz OneRoll-4c96c3f33cbb0552275e4a87046ac0a8fa88162c.zip | |
fix little issues
Diffstat (limited to 'node/startingnode.cpp')
| -rw-r--r-- | node/startingnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/startingnode.cpp b/node/startingnode.cpp index b57c630..42fba6f 100644 --- a/node/startingnode.cpp +++ b/node/startingnode.cpp @@ -17,7 +17,7 @@ QString StartingNode::toString(bool withlabel) const { if(withlabel) { - return QString("%1 [label=\"StartingNode %2\"]").arg(m_id); + return QString("%1 [label=\"StartingNode\"]").arg(m_id); } else { |