[Development] fixing name of QNetworkAccessManager::createRequest

Markus Goetz markus at woboq.com
Fri Jan 13 16:28:26 CET 2012


On 13.01.12 16:25, Sylvain Pointeau wrote:
> createReply doesn't make sense to me.
>
> createRequest is perfectly fine in a sense that we query the server, 
> and it returns a reply out of it.
>
Well, it does make sense to me :-)
The request (QNetworkRequest) is already created. What the function 
actually does is create the reply (QNetworkReply).

But I have to agree with Thiago here, let's just keep it how it is. 
Changing it would introduce too much trouble.

Markus



More information about the Development mailing list