summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
diff options
context:
space:
mode:
authorMate Barany <mate.barany@qt.io>2023-02-17 17:59:12 +0100
committerMate Barany <mate.barany@qt.io>2023-03-15 19:48:30 +0100
commit3dcd6b7ec98b2edf9654bcefdb83134c4c3d2a38 (patch)
tree2f981206668a6d50d480d4cc7890ac28d0e6d9d3 /src/corelib/io/qdebug.cpp
parenta9c8870b5e6eddc31b78b7e4afe46b28110e7863 (diff)
Pack languageCodeList tighter
Pack some of the arrays that contain locale data more tightly. The AlphaCode struct is a char[4] but always holds only [a-z]{,3} which could be fit into 16 bits, halving the size of an AlphaCode struct. With the new constructor the initialization of the AlphaCode struct also changes - modify qlocalexml2cpp.py to reflect this change and regenerate the languageCodeList. Fixes: QTBUG-105050 Change-Id: I2b1e93ab7cc3f2d667bf67b45769b74a15211931 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
0 files changed, 0 insertions, 0 deletions