summaryrefslogtreecommitdiff
path: root/src/websockets/qwebsocket_p.h
diff options
context:
space:
mode:
authorLars Schmertmann <Lars.Schmertmann@governikus.de>2019-11-08 14:55:54 +0100
committerLars Schmertmann <Lars.Schmertmann@governikus.de>2020-01-21 13:57:21 +0100
commit9f1bfd08c47de2a1f59b406ae57e5a90d2670ea6 (patch)
tree3ed1ef59dadadee9008be92fd48d7ebd94763f8b /src/websockets/qwebsocket_p.h
parent370a7c165bf3bb46195b7077c5a88bd97bb67d17 (diff)
downloadqtwebsockets-9f1bfd08c47de2a1f59b406ae57e5a90d2670ea6.tar.gz
Use the new functions/signals introduced in QSslSocket
Task-number: QTBUG-68419 Change-Id: Icdc41079cb946d4316cc0ec2ae40522e6de52725 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/websockets/qwebsocket_p.h')
-rw-r--r--src/websockets/qwebsocket_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/websockets/qwebsocket_p.h b/src/websockets/qwebsocket_p.h
index 1db1077..e7c11f3 100644
--- a/src/websockets/qwebsocket_p.h
+++ b/src/websockets/qwebsocket_p.h
@@ -149,6 +149,7 @@ public:
#ifndef QT_NO_SSL
void ignoreSslErrors(const QList<QSslError> &errors);
void ignoreSslErrors();
+ void continueInterruptedHandshake();
void setSslConfiguration(const QSslConfiguration &sslConfiguration);
QSslConfiguration sslConfiguration() const;
void _q_updateSslConfiguration();