17 #ifndef KDSOAPSSLHANDLER_H 18 #define KDSOAPSSLHANDLER_H 22 #include "KDSoapGlobal.h" 30 class KDSoapReplySslHandler;
70 void ignoreSslErrors();
83 void ignoreSslErrors(
const QList<QSslError> &errors);
86 friend class KDSoapReplySslHandler;
87 void handleSslErrors(QNetworkReply *reply,
const QList<QSslError> &errors);
91 friend class KDSoapClientInterfacePrivate;
99 QNetworkReply *m_reply;
102 #if QT_VERSION < 0x050000 108 #endif // KDSOAPSSLHANDLER_H A class for handling SSL errors during SOAP calls.
Definition: KDSoapSslHandler.h:36
Definition: KDSoapClientInterface.h:56