I have subclass of QNetworkAccessManager. I overridden createRequest method there. What to do inside if I want to return from that method and stop request? If I return 0, I get "segmantation fault"
Asked
Active
Viewed 352 times
1 Answers
0
You need to extend QNetworkReply and return an instance of your customized Reply, implementing the pure virtual functions, which may do nothing inside in your case.

tomsheep
- 253
- 1
- 3
- 7