Fix a typo
in a comment. Change-Id: I10252b2e732636993daba6b72ed86116691f2030 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io>bb10
parent
0f431712fb
commit
2be7746e09
|
|
@ -476,7 +476,8 @@ bool QSslSocketBackendPrivate::initSslContext()
|
|||
{
|
||||
Q_Q(QSslSocket);
|
||||
|
||||
// If no external context was set (e.g. bei QHttpNetworkConnection) we will create a default context
|
||||
// If no external context was set (e.g. by QHttpNetworkConnection) we will
|
||||
// create a default context
|
||||
if (!sslContextPointer) {
|
||||
// create a deep copy of our configuration
|
||||
QSslConfigurationPrivate *configurationCopy = new QSslConfigurationPrivate(configuration);
|
||||
|
|
|
|||
Loading…
Reference in New Issue