Okay, I tried the QNetworkAccessManager::finished() signal but it also didn't work....
What do you mean with
?Also, check the output window for any diagnostic messages. Thats helped me before.
Thank you
Okay, I tried the QNetworkAccessManager::finished() signal but it also didn't work....
What do you mean with
?Also, check the output window for any diagnostic messages. Thats helped me before.
Thank you
Please provide a minimal compilable example reproducing the problem.
Floppy (14th November 2009)
Hm okay, I tried it in a new project with the same code as above.
Now it works
I will try to find the reason and post it here.
Thank you all!
In debug mode, diagnostic messages are sent via stderr. For example, if you attempt to connect a signal to a non-existant slot, you'll get a message at runtime stating that rather than scratching your head wondering why something doesn't work.
Bookmarks