summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml.h
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-04-11 18:32:13 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-11 19:14:43 +0200
commit0fc74370b2565f8570d0b8b9be21016f78707de8 (patch)
tree7e89cfc265ed69973992d52abdb7f1d7ed3c9389 /src/xml/sax/qxml.h
parente2f2bfb8ccf6e415320cb1c6f465b3feaafa053d (diff)
Minimally resolve Qt 5 to-do's in QXmlSimpleReader
Task-number: QTBUG-25104 Change-Id: Ic5200e2671f60f314d68ef5b341073e04d690c00 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/xml/sax/qxml.h')
-rw-r--r--src/xml/sax/qxml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/sax/qxml.h b/src/xml/sax/qxml.h
index 86d0956290..0113d22942 100644
--- a/src/xml/sax/qxml.h
+++ b/src/xml/sax/qxml.h
@@ -359,7 +359,7 @@ public:
virtual bool internalEntityDecl(const QString& name, const QString& value) = 0;
virtual bool externalEntityDecl(const QString& name, const QString& publicId, const QString& systemId) = 0;
virtual QString errorString() const = 0;
- // ### Qt 5: Conform to SAX by adding elementDecl
+ // ### Conform to SAX by adding elementDecl
};