diff -r 56cd8111b7f7 -r 41300fa6a67c src/xml/sax/qxml.cpp --- a/src/xml/sax/qxml.cpp Tue Jan 26 12:42:25 2010 +0200 +++ b/src/xml/sax/qxml.cpp Tue Feb 02 00:43:10 2010 +0200 @@ -3063,11 +3063,11 @@ Aspects of the parsing behavior can be adapted using setFeature() and setProperty(). + \snippet doc/src/snippets/code/src_xml_sax_qxml.cpp 0 + QXmlSimpleReader is not reentrant. If you want to use the class in threaded code, lock the code using QXmlSimpleReader with a locking mechanism, such as a QMutex. - - \snippet doc/src/snippets/code/src_xml_sax_qxml.cpp 0 */ static inline bool is_S(QChar ch)