Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QNetworkAccessManager: optimize QNetworkAccessAuthenticationManager a…
…llocation Use QSharedPointer<T>::create(), which co-locates the refcount with the payload in a single memory allocation, instead of QSharedPointer<T>(new T), which causes two allocations. Change-Id: I58196b6390dcc9bd52417e279fd9e000ab9ee9cc Reviewed-by: Richard J. Moore <[email protected]>
- Loading branch information