diff options
| author | Marc Mutz <marc.mutz@kdab.com> | 2015-07-05 22:43:08 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@kdab.com> | 2015-07-08 10:58:00 +0000 |
| commit | cd18e93845fd2e3148a01391aa77b93bb907d21c (patch) | |
| tree | cf290119d7dc33bfd5a9fcfee4e12a97ee7cebd7 /src/corelib/tools/qarraydata.cpp | |
| parent | 14773459908d95fffaad52c2891fae1d2cf02c7c (diff) | |
platformsupport/linuxaccessibility: fix uses of inefficient QLists
These types are larger than a void*, so holding them in QLists
is needlessly inefficient. Worse, the code could come to depend
on the fragile property of (inefficient) QLists that references
to elements therein never are invalidated.
Fix by marking them movable, and holding in a QVector instead.
Change-Id: I3d5cf78c1597bd1b743ed3692aaa5e2e750a85f9
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
Diffstat (limited to 'src/corelib/tools/qarraydata.cpp')
0 files changed, 0 insertions, 0 deletions
