10-09-2012 09:28 AM
I had the same problem with the line:
connect(reply, SIGNAL(error(QNetworkReply::NetworkError)), this, SLOT(error(QNetworkReply::NetworkError)));
The solution above worked. I just disabled the broken qt syntax checker.
Thanks :-)