summaryrefslogtreecommitdiffstats
path: root/qt/dbusidl2cpp.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago@kde.org>2006-05-29 18:17:09 +0000
committerThiago Macieira <thiago@kde.org>2006-05-29 18:17:09 +0000
commit26ab02e91671548e2b55a16bb953b3d9e0a82497 (patch)
tree6618b0255fc1fc8c6b56ec3e9e13e0eea7aecccb /qt/dbusidl2cpp.cpp
parent5bc9dc5cf03d05feb62f0e28e2d5e04faf33610b (diff)
* qt/*: Update the QtDBus bindings up to revision 546310 in
Subversion. This adds the dbuscpp2xml tool, that parses a C++ header and outputs a D-BUS Introspection XML.
Diffstat (limited to 'qt/dbusidl2cpp.cpp')
-rw-r--r--qt/dbusidl2cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/dbusidl2cpp.cpp b/qt/dbusidl2cpp.cpp
index 8097a075..d329c18e 100644
--- a/qt/dbusidl2cpp.cpp
+++ b/qt/dbusidl2cpp.cpp
@@ -375,7 +375,7 @@ static QString stringify(const QString &data)
retval += "\\\"";
else
retval += data[i];
- retval += "\"\n";
+ retval += "\\n\"\n";
}
return retval;
}