qt5base-lts/tests/auto/network/ssl
Marc Mutz 32dfbd6dbf Add qHash(QSslError) overload
qsslsocket_winrt.cpp defined it locally, which runs the risk of
clashes with a potential user-defined qHash(QSslError), so
make it public.

Also included both .error() and .certificate() in the hash, as
both of these are used to determine equality (the WinRT version
only used .error()).

[ChangeLog][QtNetwork][QSslError] Can now be used in QSet/QHash.

Change-Id: Ieb7995bed491ff011d4be9dad544248b56fd4f73
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
2014-10-19 07:32:41 +02:00
..
qasn1element Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslcertificate Add qHash(QSslCertificate) overload 2014-10-19 07:32:37 +02:00
qsslcipher Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslerror Add qHash(QSslError) overload 2014-10-19 07:32:41 +02:00
qsslkey Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslsocket Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslsocket_onDemandCertificates_member Update license headers and add new license files 2014-09-24 12:26:19 +02:00
qsslsocket_onDemandCertificates_static Update license headers and add new license files 2014-09-24 12:26:19 +02:00
ssl.pro Added QAsn1Element 2014-08-24 06:01:05 +02:00