qt5base-lts/src
Marc Mutz a63a506d54 QSslContext: provide sharedFromConfiguration()
It's a version of fromConfiguration() that returns the QSslContext
instance in a shared instead of a naked pointer.

Use it in QSslSocketBackend.

The idea here, of course, is to 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: Ia5396fb3b291f2912fca5cd97e0aa1e45e065e55
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-01-20 07:44:08 +00:00
..
3rdparty Updated license headers 2016-01-15 12:25:24 +00:00
android Helper function needed to run Runnables on Android UI thread easily. 2016-01-15 16:13:29 +00:00
angle Fix wrapper batch file names for flex/bison in ANGLE build 2016-01-08 18:51:21 +00:00
concurrent Updated license headers 2016-01-15 12:25:24 +00:00
corelib Force inclusion of <atomic> on QNX systems. 2016-01-19 23:41:55 +00:00
dbus Updated license headers 2016-01-15 12:25:24 +00:00
gui Updated license headers 2016-01-15 12:25:24 +00:00
network QSslContext: provide sharedFromConfiguration() 2016-01-20 07:44:08 +00:00
opengl Updated license headers 2016-01-15 12:25:24 +00:00
openglextensions Fix typo when resolving EGL extension. 2015-04-23 11:54:36 +00:00
platformheaders Updated license headers 2016-01-15 12:25:24 +00:00
platformsupport Updated license headers 2016-01-15 12:25:24 +00:00
plugins eglfs: use QGenericUnixTheme if requested 2016-01-18 08:32:59 +00:00
printsupport Updated license headers 2016-01-15 12:25:24 +00:00
sql Updated license headers 2016-01-15 12:25:24 +00:00
testlib Updated license headers 2016-01-15 12:25:24 +00:00
tools qdbuscpp2xml: Fixed wrong filename being reported in messages 2016-01-16 22:11:27 +00:00
widgets QGraphicsAnchorLayout: remove a misguided use of QLinkedList 2016-01-19 21:38:24 +00:00
winmain winrt: handle PrelaunchActivated property to pass certification 2016-01-05 13:04:09 +00:00
xml Updated license headers 2016-01-15 12:25:24 +00:00
src.pro make a proper header-only module for QtZlib 2015-11-17 20:22:17 +00:00