diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2013-10-04 16:25:16 (GMT) |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2013-10-04 16:25:16 (GMT) |
commit | a16e9bed54172f78aaaf25c1638375ecc28e891c (patch) | |
tree | 0e82e9a1990ae5ad921cec2863a6026e41046de3 /kdecore | |
parent | ab99247c3ab94df76c1b855fd83fdbc4441818ca (diff) | |
download | libcalendaring-a16e9bed54172f78aaaf25c1638375ecc28e891c.tar.gz |
Failed to commit the last patch fully.
Diffstat (limited to 'kdecore')
-rw-r--r-- | kdecore/network/ktcpsocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kdecore/network/ktcpsocket.cpp b/kdecore/network/ktcpsocket.cpp index 17b84d1..3a739f2 100644 --- a/kdecore/network/ktcpsocket.cpp +++ b/kdecore/network/ktcpsocket.cpp @@ -316,6 +316,8 @@ public: return KTcpSocket::NetworkError; case QAbstractSocket::UnsupportedSocketOperationError: return KTcpSocket::UnsupportedSocketOperationError; + case QAbstractSocket::SslHandshakeFailedError: + return KTcpSocket::SslHandshakeFailedError; case QAbstractSocket::DatagramTooLargeError: //we don't do UDP case QAbstractSocket::AddressInUseError: |