As I said, each request is encapsulated by a request handler, an instance of QNetworkReply.
e.g. if you call QNetworkAccessManager::get() three times, each call returns a new instance of QNetworkReply, each of these objects signalling progress, error, when it is done, etc.
Cheers,
_





Reply With Quote
Bookmarks