summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qicucodec_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-07-25 10:17:44 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-31 11:12:44 +0200
commitb23f048cf9a8eca4a246c65298818c38a4338fe4 (patch)
tree9bd8c34dca71efc2aa9ded533fb8b7764ec1963f /src/corelib/codecs/qicucodec_p.h
parent34721c4d3690335d2d9fe79620e566fda78de25b (diff)
Use ICU instead of iconv/windows codecs for the locale
With ICU there's no need to use the windows locale or iconv codecs anymore as locale codecs. Change-Id: I50c94a97ed6acbf4c6f05b2a88593a57ebfa8342 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/codecs/qicucodec_p.h')
-rw-r--r--src/corelib/codecs/qicucodec_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/codecs/qicucodec_p.h b/src/corelib/codecs/qicucodec_p.h
index 5f30eac3cc..0a8ac7d996 100644
--- a/src/corelib/codecs/qicucodec_p.h
+++ b/src/corelib/codecs/qicucodec_p.h
@@ -67,6 +67,8 @@ public:
static QList<QByteArray> availableCodecs();
static QList<int> availableMibs();
+ static QTextCodec *defaultCodec();
+
static QTextCodec *codecForName(const char *name);
static QTextCodec *codecForMib(int mib);