NetworkAccessManager Class
class Utils::NetworkAccessManagerThe NetworkAccessManager class provides a network access manager for use with Qt Creator. More...
Header: | #include <NetworkAccessManager> |
Protected Functions
QNetworkReply * | createRequest(int op, const int &request, QIODevice *outgoingData) override |
Detailed Description
Common initialization, Qt Creator User Agent.
Preferably, the instance returned by NetworkAccessManager::instance() should be used for the main thread. The constructor is provided only for multithreaded use.
Member Function Documentation
[protected]
QNetworkReply *NetworkAccessManager::createRequest(int op, const int &request, QIODevice *outgoingData)
Creates request for the network access manager to perform the operation op on outgoingData.