summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_functions.prf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-07-05 22:43:08 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-02-17 16:52:15 +0000
commit47ca3f78139ad51a5018dcdad27fa5caf817f08d (patch)
treee7d3fc3b4aa452e410cc3ec0c40d6e773857e7e1 /mkspecs/features/qt_functions.prf
parent24a96e2a3e676e253eac62a2bf50de60751f7d4f (diff)
bearer plugins: 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: I78774fc78d787241aaadc4f819b6d229e6200f46 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'mkspecs/features/qt_functions.prf')
0 files changed, 0 insertions, 0 deletions