summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-05-16 11:56:49 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-05-23 18:28:54 +0000
commite92d2f585269e74f11c3afbc23ff33885079b93f (patch)
tree3abec685d2d8253a198c9ed40baa89b3350aa6b5 /src/network
parentf0463f0cc6e2091bc1797d0fc18cb538f7ec2cd0 (diff)
QToolBox: replace a QList with a std::vector<std::unique_ptr>
This user of QList depended on the stability-of-reference guarantee of QList. Make that explicit by using a vector of unique_ptrs. Adapt to new API. This patch does not intend to fix any pre-existing problems with the code, such as double-lookups. It is focused on getting rid of this questionable use of QList, so the code doesn't explode when QList temporarily becomes QVector in wip/qt6. Not more, not less. Change-Id: I33847f33aa9f411ad9cd6c046653b7ab22a733cb Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/network')
0 files changed, 0 insertions, 0 deletions