summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/textblock-fragments/xmlwriter.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-02-21 17:38:05 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2011-02-21 17:38:05 (GMT)
commita5a2333ec58f72b34bccf0fa630c3b43f949ec7c (patch)
tree56b9d1b02a9130fc9a81df78206bed27de878c6e /doc/src/snippets/textblock-fragments/xmlwriter.cpp
parentab83278ee142a595df3fbc04af4a4c1452f0756c (diff)
parentdd372f3ac1ad746d152c6bb22cd410324f7f34cf (diff)
downloadQt-a5a2333ec58f72b34bccf0fa630c3b43f949ec7c.zip
Qt-a5a2333ec58f72b34bccf0fa630c3b43f949ec7c.tar.gz
Qt-a5a2333ec58f72b34bccf0fa630c3b43f949ec7c.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.cpp5
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 &currentBlock,
QDomText fragmentText = document->createTextNode(currentFragment.text());
fragmentElement.appendChild(fragmentText);
-//! [6]
}
-//! [7]
- }
//! [6] //! [7]
+ }
+//! [7] //! [6]
}
void XmlWriter::processBlock(const QTextBlock &currentBlock)