summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml.cpp
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2009-12-18 09:09:21 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2009-12-18 09:09:21 (GMT)
commitb3e3e9c917786288858eb8b33aa8fe7fa390091c (patch)
tree47f2c50a846cd546f4805883a5d46ec3f98b97fd /src/xml/sax/qxml.cpp
parenteb1f35fa3e1c146369db3814b06a1f5b3013bfa9 (diff)
parent4a580b972a90660dc90ef7becea5dfde2a056a4b (diff)
downloadQt-b3e3e9c917786288858eb8b33aa8fe7fa390091c.zip
Qt-b3e3e9c917786288858eb8b33aa8fe7fa390091c.tar.gz
Qt-b3e3e9c917786288858eb8b33aa8fe7fa390091c.tar.bz2
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2: Prevent access to non-existent memory in triagulating stroker Align GL_RGB lines on a 4-byte boundary when uploading pixmap textures Cleanup qsqldatabase test case a little bit. GL2Engine: Don't mark brush as dirty if it hasn't changed Doc: setFeature snippet was in the wrong place
Diffstat (limited to 'src/xml/sax/qxml.cpp')
-rw-r--r--src/xml/sax/qxml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
index 0a87412..27ec3bd 100644
--- a/src/xml/sax/qxml.cpp
+++ b/src/xml/sax/qxml.cpp
@@ -3063,11 +3063,11 @@ void QXmlSimpleReaderPrivate::initIncrementalParsing()
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)