![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qvariant.h>
#include <QtNetwork/qsslcertificate.h>
#include <memory>
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) |
Definition at line 349 of file qsslerror.cpp.
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().
|
related |