summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2021-07-10 23:17:04 +0200
committerMarc Mutz <marc.mutz@kdab.com>2021-07-28 02:01:21 +0200
commit99f0db695ab54ba0cd88c6a53ddd2d712525ecc3 (patch)
treed9e019d8bcd511916c88626f6aa201833be7ee8f /src/widgets
parent017eb5627b2389089c46d7f226f233651e7c0458 (diff)
QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointer
Ditto QNetworkAccessAuthenticationManager. QSharedPointer performs twice as many atomic operations per pointer copy as std::shared_ptr, and this is private API, we're not bound by BC constraints, so we can port to the more efficient version. Change-Id: I59dc09ff4eb3b4acf5d7a68695752a9a7110d8d3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/widgets')
0 files changed, 0 insertions, 0 deletions