KD SOAP API Documentation 2.2
Loading...
Searching...
No Matches
KDSoapReplySslHandler_p.h
Go to the documentation of this file.
1/****************************************************************************
2**
3** This file is part of the KD Soap project.
4**
5** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6**
7** SPDX-License-Identifier: MIT
8**
9****************************************************************************/
10
11#ifndef KDSOAPREPLYSSLHANDLER_P_H
12#define KDSOAPREPLYSSLHANDLER_P_H
13
14#include <QObject>
15#include <QSslError>
16QT_BEGIN_NAMESPACE
17class QNetworkReply;
19
21
22#ifndef QT_NO_SSL
23
25{
27public:
29
30private Q_SLOTS:
31 void slotReplySslErrors(const QList<QSslError> &errors);
32
33private:
34 KDSoapSslHandler *m_handler;
35};
36
37#endif
38#endif // KDSOAPREPLYSSLHANDLER_P_H
A class for handling SSL errors during SOAP calls.
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
T qobject_cast(QObject *object)

© Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-soap/
Generated on Sat Apr 20 2024 00:04:25 for KD SOAP API Documentation by doxygen 1.9.8