QXmlStreamWriter: indent comments correctly
commitec89755f9c0a79d09ac31d6a7f112285a2dd5888
authorPeter Hartmann <peter.hartmann@trolltech.com>
Tue, 9 Jun 2009 13:59:43 +0000 (9 15:59 +0200)
committerPeter Hartmann <peter.hartmann@trolltech.com>
Wed, 24 Jun 2009 12:25:43 +0000 (24 14:25 +0200)
tree5804303dbc8e1196a8562483d1f7151b9c3ecf82
parent127e68d3dc4ff83293d7e364af870e019fe7cd17
QXmlStreamWriter: indent comments correctly

before, there was no newline between a comment and a start element. Now,
there is and the comment is correctly indented.

Task: 256468
Reviewed-by: Frans Englich
src/corelib/xml/qxmlstream.cpp
tests/auto/qxmlstream/tst_qxmlstream.cpp