16 #ifndef KDSOAPPENDINGCALL_P_H 17 #define KDSOAPPENDINGCALL_P_H 19 #include <QSharedData> 21 #include <QXmlStreamReader> 22 #include "KDSoapMessage.h" 24 #include "KDSoapClientInterface.h" 25 #include <QNetworkReply> 29 void maybeDebugRequest(
const QByteArray &data,
const QNetworkRequest &request, QNetworkReply *reply);
31 class KDSoapPendingCall::Private :
public QSharedData
34 Private(QNetworkReply *r, QBuffer *b)
37 , soapVersion(
KDSoap::SOAP1_1)
44 KDSoapValue parseReplyElement(QXmlStreamReader &reader);
48 QPointer<QNetworkReply> reply;
52 KDSoap::SoapVersion soapVersion;
56 #endif // KDSOAPPENDINGCALL_P_H Definition: KDSoapValue.h:65
Definition: KDSoapMessage.h:34
Definition: KDSoapValue.h:39