[Interest] Where is there QNetworkReply::error and QNetworkReply::finished signals?

Philipp Kursawe phil.kursawe at gmail.com
Tue Sep 24 20:38:07 CEST 2013


Since finished is called regardless of errors I wonder what for you
use the error signal if you can also just check for the error inside
your finished slot?

If I connect to the error signal I still have to check for errors in
my finished handler.

Or maybe its better to always only combine readyRead and error OR use
only the finished signal?



More information about the Interest mailing list