fixed error generating wrong introspection string in header output file
authorRalf Habacker <ralf.habacker@freenet.de>
Wed, 30 Nov 2011 19:21:24 +0000 (20:21 +0100)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 30 Nov 2011 19:21:31 +0000 (20:21 +0100)
commit70c1e9589bf390bc3010663f133d87a789f17c3e
treebf94a7e0cbe84fe1286cfa1249f0f1857bd69953
parente4bdb5d8144f62d803f1d904275db91c155d3561
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

Task-number: QTBUG-17634
Merge-request: 1478
Reviewed-by: thiago
tools/qdbus/qdbusxml2cpp/qdbusxml2cpp.cpp