right now, isFinished is only virtual in the dptr, where it returns false by default. that's no trouble for classes in qt (like QFileNetworkReply), but it's not nice when I try to create my own custom networkreply.
unfortunately, fixing it would be BIC (and I'm not quite sure if this custom-networkreply thing is going to work for me anyways), so I'm just recording it here in hopes that someone'll find it when Qt 5 work begins.
- replaces
-
QTBUG-12766 Add protected: QNetworkReply::setFinished()
-
- Closed
-