aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 12:57:29 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 12:57:29 +0200
commit8a66f62a1f9226620d16af07c3afd580ddd5a65c (patch)
tree841ca0cfa49517bf6b2e689c7978288f4a136b68
parent594bede3485085f0211e60a3ab30050b651c884e (diff)
downloadOneRoll-8a66f62a1f9226620d16af07c3afd580ddd5a65c.tar.gz
OneRoll-8a66f62a1f9226620d16af07c3afd580ddd5a65c.zip
Add new line at the end
-rw-r--r--diceparser.cpp1
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)
{