summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreMacros.cmake
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2021-07-12 11:41:43 +0200
committerMarc Mutz <marc.mutz@kdab.com>2021-07-18 13:49:04 +0200
commit93fdd88a422e9447ffe7a71b8caf1f4075e8ecf3 (patch)
tree94129cb1b6fecbaa964b19677d9b1817c4c1cfff /src/corelib/Qt6CoreMacros.cmake
parent90d8eaad8f0fd50033169f859b450aab0303e99b (diff)
Hold QSslContext in shared_ptr
... instead of QSharedPointer. 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: I2e2a02493565a7ca51c86ec0ed66b6ce7c763e41 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreMacros.cmake')
0 files changed, 0 insertions, 0 deletions