Doc: add missing since 5.4 for new sessionProtocol() methods.

They were added in 233a2f37bf, which is in
5.4, but the \since information was missing.

Change-Id: I346a049cad75647fdcd7b64df80dc169bb4ec70a
Reviewed-by: Richard J. Moore <rich@kde.org>
bb10
David Faure 2015-01-18 11:25:09 +01:00 committed by André Klitzing
parent 91d6aafad4
commit 027d2fc846
2 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,7 @@ QSslCipher QSslConfiguration::sessionCipher() const
is set during the handshake phase.
\sa protocol(), setProtocol()
\since 5.4
*/
QSsl::SslProtocol QSslConfiguration::sessionProtocol() const
{

View File

@ -1081,6 +1081,7 @@ QSslCipher QSslSocket::sessionCipher() const
is set during the handshake phase.
\sa protocol(), setProtocol()
\since 5.4
*/
QSsl::SslProtocol QSslSocket::sessionProtocol() const
{