branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
parent 4 | 3b1da2848fc7 |
child 13 | c0432d11811c |
--- a/src/network/ssl/qsslsocket.cpp Fri Feb 19 23:40:16 2010 +0200 +++ b/src/network/ssl/qsslsocket.cpp Fri Mar 12 15:46:37 2010 +0200 @@ -1109,7 +1109,7 @@ { Q_D(QSslSocket); d->configuration.ciphers.clear(); - foreach (QString cipherName, ciphers.split(QLatin1String(":"),QString::SkipEmptyParts)) { + foreach (const QString &cipherName, ciphers.split(QLatin1String(":"),QString::SkipEmptyParts)) { for (int i = 0; i < 3; ++i) { // ### Crude QSslCipher cipher(cipherName, QSsl::SslProtocol(i));