42 #ifndef QNETWORKREPLY_P_H 43 #define QNETWORKREPLY_P_H 59 #include "QtCore/qpointer.h" 60 #include "private/qiodevice_p.h" #define QT_END_NAMESPACE
This macro expands to.
QPointer< QNetworkAccessManager > manager
The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager.
NetworkError
Indicates all possible error conditions found during the processing of the request.
Operation
Indicates the operation this reply is processing.
The QUrl class provides a convenient interface for working with URLs.
#define QT_BEGIN_NAMESPACE
This macro expands to.
QNetworkAccessManager::Operation operation
The QNetworkAccessManager class allows the application to send network requests and receive replies...
QNetworkReply::NetworkError errorCode
#define Q_DECLARE_PUBLIC(Class)
static void setManager(QNetworkReply *reply, QNetworkAccessManager *manager)
The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.
QNetworkAccessManager * manager() const
Returns the QNetworkAccessManager that was used to create this QNetworkReply object.