From 26ab02e91671548e2b55a16bb953b3d9e0a82497 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 29 May 2006 18:17:09 +0000 Subject: * 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. --- qt/dbusidl2cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/dbusidl2cpp.cpp') 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; } -- cgit