Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsslerror.h File Reference

(02ebb11a823d021b0c958907acb88bb19a49ea7c)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qdebug.h>
#include <QtCore/qvariant.h>
#include <QtNetwork/qsslcertificate.h>
#include <memory>
Include dependency graph for qsslerror.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSslError
 The QSslError class provides an SSL error. More...

Functions

Q_NETWORK_EXPORT size_t qHash (const QSslError &key, size_t seed=0) noexcept
Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, const QSslError &error)

Function Documentation

◆ operator<<()

Q_NETWORK_EXPORT QDebug operator<< ( QDebug debug,
const QSslError & error )

Definition at line 338 of file qsslerror.cpp.

◆ qHash()

Q_NETWORK_EXPORT size_t qHash ( const QSslError & key,
size_t seed )
noexcept
Since
5.4 \qhashold{QHash}

Definition at line 328 of file qsslerror.cpp.