Hello friends...

if I am using below written code in console application then what should come in place of this parameter in constructor of QNetworkAccessManager. Although, what is 'this'
mean as a argument in code...........

Qt Code:
  1. QNetworkAccessManager *manager = new QNetworkAccessManager(this);
To copy to clipboard, switch view to plain text mode 

thanks