diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-22 15:51:40 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-22 15:51:40 (GMT) |
commit | 39ed27f1e382fbc594d2e5b6a23b2bc612b96e64 (patch) | |
tree | ddd975e18be4c5d71a1dfe421c2cf0d2eb6c4c7c /doc/src/snippets/textblock-fragments/xmlwriter.cpp | |
parent | 651e48bb81d0e283531d22db649fe73c1c7c789f (diff) | |
parent | 1464b5e16a40f9af62ff153cfc7650c846bdf765 (diff) | |
download | Qt-39ed27f1e382fbc594d2e5b6a23b2bc612b96e64.zip Qt-39ed27f1e382fbc594d2e5b6a23b2bc612b96e64.tar.gz Qt-39ed27f1e382fbc594d2e5b6a23b2bc612b96e64.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc/src/snippets/textblock-fragments/xmlwriter.cpp')
-rw-r--r-- | doc/src/snippets/textblock-fragments/xmlwriter.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/snippets/textblock-fragments/xmlwriter.cpp b/doc/src/snippets/textblock-fragments/xmlwriter.cpp index 9f66d9a..252720b 100644 --- a/doc/src/snippets/textblock-fragments/xmlwriter.cpp +++ b/doc/src/snippets/textblock-fragments/xmlwriter.cpp @@ -102,11 +102,10 @@ void XmlWriter::readFragment(const QTextBlock ¤tBlock, QDomText fragmentText = document->createTextNode(currentFragment.text()); fragmentElement.appendChild(fragmentText); -//! [6] } -//! [7] - } //! [6] //! [7] + } +//! [7] //! [6] } void XmlWriter::processBlock(const QTextBlock ¤tBlock) |