summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-01-12 10:43:29 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-20 18:48:22 +0100
commit3a3356a85079d734dfa57205a00e1996afc033df (patch)
tree1be52f3f40b313080dde28dbdffac486ce33d8f4 /dist/changes-5.0.0
parent712cfb509484599f1586f68cc379e3e7464e9967 (diff)
remove obsolete codec plugin loading code
Change-Id: I1f3dbb5c10009413f701947b1b89ed3dbc94bf3d Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.04
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index b0f969396c..1ec68fcb0d 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -171,6 +171,8 @@ information about a particular change.
- qmake
* several functions and built-in variables were modified to return normalized paths.
+- QTextCodecPlugin has been removed since it is no longer used. All text codecs
+ are now built into QtCore.
****************************************************************************
* General *
@@ -338,7 +340,7 @@ Qt for Windows CE
****************************************************************************
* Plugins *
****************************************************************************
-
+- The text codecs that were previously plugins are now built into QtCore.
****************************************************************************
* Important Behavior Changes *