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
parent
91d6aafad4
commit
027d2fc846
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue