summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs
diff options
context:
space:
mode:
authorFrans Englich <frans.englich@nokia.com>2009-04-24 10:23:13 +0200
committerFrans Englich <frans.englich@nokia.com>2009-04-24 12:42:40 +0200
commit294f32f41da900ad3ae70e1546ea0057f8864d95 (patch)
treece0155aff9e81cf518b5f6560b3a4d9716b4aa38 /src/corelib/codecs
parente09144d9ae2fbebaa5c6a2eeb7975a3a75ddbf0b (diff)
Alias for QUtf16Codec is wrong.
Requested/spotted by Nokia i18n team/Darpan. Task-number: 252102 Reviewed-by: Denis AutoTest: In this submit.
Diffstat (limited to 'src/corelib/codecs')
-rw-r--r--src/corelib/codecs/qutfcodec.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/codecs/qutfcodec.cpp b/src/corelib/codecs/qutfcodec.cpp
index 281bf75519..1ac592e6cc 100644
--- a/src/corelib/codecs/qutfcodec.cpp
+++ b/src/corelib/codecs/qutfcodec.cpp
@@ -413,9 +413,7 @@ QByteArray QUtf16Codec::name() const
QList<QByteArray> QUtf16Codec::aliases() const
{
- QList<QByteArray> list;
- list << "ISO-10646-UCS-2";
- return list;
+ return QList<QByteArray>();
}
int QUtf16BECodec::mibEnum() const