summaryrefslogtreecommitdiffstats
path: root/src/corelib/codecs/qeuckrcodec.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-09-13 12:45:20 +0200
committerLiang Qi <liang.qi@qt.io>2018-10-12 14:26:22 +0000
commit4e7b58629a0a431fbd5c0ba287c3958efd05da13 (patch)
tree29a73deaef68690a24e567cf116c31206cb17a75 /src/corelib/codecs/qeuckrcodec.cpp
parentc593492d1678a2ec08f1bfffcb572459b3bc6c00 (diff)
Modernize the "big_codecs" feature
Change-Id: Ic23f4a1f81a21711cd81aaa2942b493aca5b38b8 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/corelib/codecs/qeuckrcodec.cpp')
-rw-r--r--src/corelib/codecs/qeuckrcodec.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/codecs/qeuckrcodec.cpp b/src/corelib/codecs/qeuckrcodec.cpp
index ec5253c7f9..47657cc01f 100644
--- a/src/corelib/codecs/qeuckrcodec.cpp
+++ b/src/corelib/codecs/qeuckrcodec.cpp
@@ -72,7 +72,6 @@
QT_BEGIN_NAMESPACE
-#ifndef QT_NO_BIG_CODECS
unsigned int qt_Ksc5601ToUnicode(unsigned int code);
unsigned int qt_UnicodeToKsc5601(unsigned int unicode);
@@ -3523,6 +3522,4 @@ QString QCP949Codec::convertToUnicode(const char* chars, int len, ConverterState
return result;
}
-#endif // QT_NO_BIG_CODECS
-
QT_END_NAMESPACE