diff options
Diffstat (limited to 'node')
| -rw-r--r-- | node/helpnode.cpp | 2 |
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"); } |