Slot doesn't get triggered on HTTP reply
Solved
General and Desktop
-
Yes, I believe this is the networkmanager i'm using. How can I check that ?
Connect doesn't return a bool nor a int, I'm not sure of how I should check it's working or not. At least it's not returning any errors. -
Hi,
You should also connect the error related signal.
-
Then connect the error signal of the QNetworkReply you get back when doing the request.
-
-
Might be a silly question but since I don't see it in any of it your code snippet, are you calling QNetworkAccessManager::get at some point ?