summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpthreaddelegate.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2013-10-05 22:42:52 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-26 22:03:21 +0100
commite3db3c4d78e6a82adfb13746d5177abc5d4c12d8 (patch)
tree7fe96d247043983edf5fbac4cc7add76d5d9f409 /src/network/access/qhttpthreaddelegate.cpp
parent922815a2a79e5f093cdf021b7d302bae91f3c22d (diff)
xcb: replace inefficient uses of QList with QVector
xcb atoms are uint32s, so a QList of them wastes 50% memory on 64-bit platforms. Other parts of the code already store xcb_atom_t's in QVector, so use QVector everywhere (also leads to less code expansion). Change-Id: Ib4afb35e499577a7509d04a18b830d9b31f6abd0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/network/access/qhttpthreaddelegate.cpp')
0 files changed, 0 insertions, 0 deletions