summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-07-16 11:39:09 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-07-16 15:45:42 +0200
commit90331f7a248ce3da1947ca9ba671ca4958573264 (patch)
tree5359ec8337b317bf2e529388a416dee53a9dc3a8 /src/websockets/qwebsocket.cpp
parentd441406c0b74a27682a2e87a3e3fed6de4101fe5 (diff)
downloadqtwebsockets-90331f7a248ce3da1947ca9ba671ca4958573264.tar.gz
Update since markers
Qt 6.2 will be first Qt 6 release for Qt WebSockets Pick-to: 6.2 Change-Id: I2141785c3f5bf6604418e3d1b8d8c311c916400d Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/websockets/qwebsocket.cpp')
-rw-r--r--src/websockets/qwebsocket.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/websockets/qwebsocket.cpp b/src/websockets/qwebsocket.cpp
index 925ddd1..63122d1 100644
--- a/src/websockets/qwebsocket.cpp
+++ b/src/websockets/qwebsocket.cpp
@@ -262,7 +262,7 @@ not been filled in with new information when the signal returns.
*/
/*!
\fn void QWebSocket::peerVerifyError(const QSslError &error)
- \since 6.0
+ \since 6.2
QWebSocket can emit this signal several times during the SSL handshake,
before encryption has been established, to indicate that an error has
@@ -280,7 +280,7 @@ not been filled in with new information when the signal returns.
*/
/*!
\fn void QWebSocket::alertSent(QSsl::AlertLevel level, QSsl::AlertType type, const QString &description)
- \since 6.0
+ \since 6.2
QWebSocket emits this signal if an alert message was sent to a peer. \a level
describes if it was a warning or a fatal error. \a type gives the code
@@ -295,7 +295,7 @@ not been filled in with new information when the signal returns.
*/
/*!
\fn void QWebSocket::alertReceived(QSsl::AlertLevel level, QSsl::AlertType type, const QString &description)
- \since 6.0
+ \since 6.2
QWebSocket emits this signal if an alert message was received from a peer.
\a level tells if the alert was fatal or it was a warning. \a type is the
@@ -311,7 +311,7 @@ not been filled in with new information when the signal returns.
*/
/*!
\fn void QWebSocket::handshakeInterruptedOnError(const QSslError &error)
- \since 6.0
+ \since 6.2
QWebSocket emits this signal if a certificate verification error was
found and if early error reporting was enabled in QSslConfiguration.
@@ -547,7 +547,7 @@ void QWebSocket::ignoreSslErrors()
}
/*!
- \since 6.0
+ \since 6.2
If an application wants to conclude a handshake even after receiving
handshakeInterruptedOnError() signal, it must call this function.