Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qsslerror.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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