diff options
| author | 2015-08-20 12:57:29 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:57:29 +0200 | |
| commit | 8a66f62a1f9226620d16af07c3afd580ddd5a65c (patch) | |
| tree | 841ca0cfa49517bf6b2e689c7978288f4a136b68 /diceparser.cpp | |
| parent | 594bede3485085f0211e60a3ab30050b651c884e (diff) | |
| download | OneRoll-8a66f62a1f9226620d16af07c3afd580ddd5a65c.tar.gz OneRoll-8a66f62a1f9226620d16af07c3afd580ddd5a65c.zip | |
Add new line at the end
Diffstat (limited to 'diceparser.cpp')
| -rw-r--r-- | diceparser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diceparser.cpp b/diceparser.cpp index 8f930a0..b3add42 100644 --- a/diceparser.cpp +++ b/diceparser.cpp @@ -942,6 +942,7 @@ void DiceParser::writeDownDotTree(QString filepath) QTextStream in(&file); in << str; } + in << "\n"; } void DiceParser::setPathToHelp(QString l) { |