aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/helpnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-05-05 10:34:36 +0200
committerRenaud G <renaud@rolisteam.org>2015-05-05 10:34:36 +0200
commitcccb9487ad9bcdae25f77bfffc3a34313a28745e (patch)
tree448cfeb1c26d7c7f6093ef9d524f10d1945ce573 /node/helpnode.cpp
parent64e6901bedeebf0dd98c44aa3e3b98c4546fe8b4 (diff)
downloadOneRoll-cccb9487ad9bcdae25f77bfffc3a34313a28745e.tar.gz
OneRoll-cccb9487ad9bcdae25f77bfffc3a34313a28745e.zip
better readability
Diffstat (limited to 'node/helpnode.cpp')
-rw-r--r--node/helpnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp
index ffe5f55..d41464b 100644
--- a/node/helpnode.cpp
+++ b/node/helpnode.cpp
@@ -28,7 +28,7 @@ void HelpNode::run(ExecutionNode* previous)
m_nextNode->run(this);
}
}
-QString HelpNode::toString()const
+QString HelpNode::toString() const
{
return QObject::tr("Rolisteam Dice Parser:\nFull documentation at: https://github.com/obiwankennedy/DiceParser/blob/master/HelpMe.md \n");
}