summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2012-01-27 20:21:21 +0000
committerQt by Nokia <qt-info@nokia.com>2012-02-05 17:50:04 +0100
commit23457bd6d9d54df2cab505e581e72f9942b0fdbb (patch)
treebecbdb0cce5277c0c1e7d87dfd3efa69347f1986 /dist
parent29c4a27a94d6f0dc9d91227d99bab7c2f55710db (diff)
SIC: QLocale: Make QSystemLocale a private class
As discussed on list and approved by Lars and Thiago. Make QSystemLocale private to give us time and space to change it to a better implementation. Change-Id: Ifd806972f3996c43a876f544f78c6557ad71cd75 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.0.02
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 9df39260a6..fc5bebd11d 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -198,6 +198,8 @@ information about a particular change.
longer take a parameter for base, they will only perform localised base 10
conversions. For converting other bases use the QString methods instead.
+- QSystemLocale has been removed from the public API.
+
****************************************************************************
* General *
****************************************************************************