Quote Originally Posted by wysota View Post
The original url is stored in the QNetworkReply object.
how can i read this url ? what function ?


also if I have one QNetworkReply in .h:
Qt Code:
  1. private:
  2. QNetworkAccessManager *accessManager;
  3. QNetworkReply *pReply;
To copy to clipboard, switch view to plain text mode 

than if I will use get_avatar x times, than pReply in read_avatar will have original url of each request ? or not because it is only one variable i header ?