summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-09-29 13:31:39 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-29 15:22:07 +0200
commitb863df7de926448cf0057272c16da04b7cfb11ee (patch)
tree378b951c3ad748bcb6250d8d33d9be55494933e2 /dist
parent7fb90066b3aa7e602466a61e0ffaadbf9002525c (diff)
Rename Qt::escape to QString::toHtmlEscaped, add compat method
Merge-request: 56 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com> Change-Id: I46bbb2df10968e88b5eb5ef8dae182a651b622b8 Reviewed-on: http://codereview.qt-project.org/5793 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 803e16ac46..899c94450f 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -30,6 +30,9 @@ information about a particular change.
- QCoreApplication::translate() will no longer return the source text when
the translation is empty. Use lrelease -removeidentical for optimization.
+
+- Qt::escape() is deprecated (but can be enabled via
+ QT_DISABLE_DEPRECATED_BEFORE), use QString::toHtmlEscaped() instead.
****************************************************************************
* General *