summaryrefslogtreecommitdiffstats
path: root/src/core/profile_adapter.cpp
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-06-07 11:44:36 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-06-07 11:48:51 +0200
commit93827875d4515a686978d98ff239332ce1adcb01 (patch)
tree227afd3b8a402f86cd0b9ba25ae454fe9114a248 /src/core/profile_adapter.cpp
parent1063f6ee4ca23ac30495e354532b9ab72fef7737 (diff)
FaviconManager: fix quadratic loop
QMutableListIterator::remove() is linear, so calling it in a loop constitutes quadratic behavior. Use std::remove_if, which is linear. Change-Id: I238b051fe87e348e5576452a6581b8799bfb49b5 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/core/profile_adapter.cpp')
0 files changed, 0 insertions, 0 deletions