summaryrefslogtreecommitdiffstats
path: root/src/xml/dom/qdom.cpp
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-04-17 10:38:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-17 10:38:24 +0200
commit16b53b2f0e3f8f64a59c465493a6209eb7f9ab47 (patch)
treebbb63401eb3c56c32ad9bd9be66bae8d3590de6b /src/xml/dom/qdom.cpp
parent2c13dc7482690756280cfefe8515eb809b069721 (diff)
parent9bd032355163d92cda5e7e59ecd21214b131f187 (diff)
Merge "Merge remote-tracking branch 'origin/master' into api_changes" into refs/staging/api_changes
Diffstat (limited to 'src/xml/dom/qdom.cpp')
-rw-r--r--src/xml/dom/qdom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index 04efe43e35..23a9db8e3a 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -4559,14 +4559,14 @@ void QDomElementPrivate::save(QTextStream& s, int depth, int indent) const
QString qName(name);
QString nsDecl(QLatin1String(""));
if (!namespaceURI.isNull()) {
- /** ### Qt 5:
+ /** ###
*
* If we still have QDom, optimize this so that we only declare namespaces that are not
* yet declared. We loose default namespace mappings, so maybe we should rather store
* the information that we get from startPrefixMapping()/endPrefixMapping() and use them.
* Modifications becomes more complex then, however.
*
- * We cannot do this during the Qt 4 series because it would require too invasive changes, and
+ * We cannot do this in a patch release because it would require too invasive changes, and
* hence possibly behavioral changes.
*/
if (prefix.isEmpty()) {