Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qsslerror.h File Reference
#include <QtNetwork/qtnetworkglobal.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)
 
Q_NETWORK_EXPORT QDebug operator<< (QDebug debug, const QSslError::SslError &error)
 

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 349 of file qsslerror.cpp.

References debug, and error.

◆ operator<<() [2/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug  debug,
const QSslError::SslError error 
)

Definition at line 354 of file qsslerror.cpp.

References debug, error, and QSslError::errorString().

+ Here is the call graph for this function:

◆ qHash()

Q_NETWORK_EXPORT size_t qHash ( const QSslError key,
size_t  seed = 0 
)
related