summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputstrlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'addon/doxywizard/inputstrlist.cpp')
-rw-r--r--addon/doxywizard/inputstrlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/inputstrlist.cpp b/addon/doxywizard/inputstrlist.cpp
index cdc7d14..9d0bd66 100644
--- a/addon/doxywizard/inputstrlist.cpp
+++ b/addon/doxywizard/inputstrlist.cpp
@@ -250,7 +250,7 @@ void InputStrList::writeValue(QTextStream &t,QTextCodec *codec)
{
if (!first)
{
- t << " \\" << endl;
+ t << " \\\n";
t << " ";
}
first=false;