summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/sax/qxml_p.h')
-rw-r--r--src/xml/sax/qxml_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml/sax/qxml_p.h b/src/xml/sax/qxml_p.h
index 5babd98d13..1cb919a554 100644
--- a/src/xml/sax/qxml_p.h
+++ b/src/xml/sax/qxml_p.h
@@ -148,6 +148,8 @@ private:
// used in QXmlSimpleReader::parseContent() to decide whether character
// data was read
bool contentCharDataRead;
+ // Hack for letting QDom know where the skipped entity occurred
+ bool skipped_entity_in_content;
// helper classes
QScopedPointer<QXmlLocator> locator;