summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_adapter.h
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-10-16 18:06:47 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-11-25 16:27:39 +0100
commit9ab7a37bb8d067c6f3236c1b3e7c6281b88784b1 (patch)
treee40b61ecb27da67762f19153d6be300e2d139b7b /src/core/browser_context_adapter.h
parentac70bf98b3b6c38bc800c5061cc1ee403c080a9c (diff)
Don't use Q_FOREACH on QHash::values
QHash::values will copy all values into a new QList, increasing the ref-count of all stored QSharedPointer temporarily. Use the QHash iterators directly to avoid this. Change-Id: I49b1af24b706da195dc4df7206133f039198aad7 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'src/core/browser_context_adapter.h')
0 files changed, 0 insertions, 0 deletions