fixed error generating wrong introspection string in header output file
authorRalf Habacker <ralf.habacker@freenet.de>
Tue, 25 Oct 2011 08:34:11 +0000 (10:34 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 29 Nov 2011 16:35:20 +0000 (17:35 +0100)
commit4b7941618a5d0a75e279fc9429abe863cfc7c272
tree1f72457e5dd9f8d702efeaf886b1a9510ab989bb
parentfc32eef459bae5364d5df54ef3c61a2496532dd9
fixed error generating wrong introspection string in header output file

When using dbus introspection files with CRLF encoding the CR is not
handled and results into a CR code at a wrong location in the output file

Bug 17634

Change-Id: If48a571a01ffe6d135f79872235341a06fb3a75f
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp