diff options
| author | 2015-03-05 14:30:18 +0100 | |
|---|---|---|
| committer | 2015-03-05 14:30:18 +0100 | |
| commit | 606001e99593372d0a71c566a5efdefd48175305 (patch) | |
| tree | 28f1fdee4a0afd5a8b425eebdb8a8d9e73a255d6 /node/helpnode.cpp | |
| parent | 30aaf7a35bc6e8224ad683148af28cedf81f03fd (diff) | |
| download | OneRoll-606001e99593372d0a71c566a5efdefd48175305.tar.gz OneRoll-606001e99593372d0a71c566a5efdefd48175305.zip | |
add generateTree
add jumpbackward node
Diffstat (limited to 'node/helpnode.cpp')
| -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 9a0504e..bae4b21 100644 --- a/node/helpnode.cpp +++ b/node/helpnode.cpp @@ -31,7 +31,7 @@ void HelpNode::run(ExecutionNode* previous) } QString HelpNode::toString()const { - return QObject::tr("Rolisteam Dice Parser: Full documentation at: https://github.com/obiwankennedy/DiceParser/blob/master/HelpMe.md"); + return QObject::tr("Rolisteam Dice Parser: Full documentation at: https://github.com/obiwankennedy/DiceParser/blob/master/HelpMe.md\n"); } qint64 HelpNode::getPriority() const |