17#ifndef KDSOAPREPLYSSLHANDLER_P_H
18#define KDSOAPREPLYSSLHANDLER_P_H
30class KDSoapReplySslHandler :
public QObject
34 explicit KDSoapReplySslHandler(QNetworkReply *reply,
KDSoapSslHandler *handler);
37 void slotReplySslErrors(
const QList<QSslError> &errors);
A class for handling SSL errors during SOAP calls.
Definition: KDSoapSslHandler.h:37