diff options
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r-- | dist/changes-5.0.0 | 3 |
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 * |