Re: I think, there is a problem with QNetworkReply and threads
Originally Posted by Wurgl
However, it seems to be a little bit strange to me, I really expected, that a subclass of QThread already lives in that thread.
Because you haven't read the Qt Documentation about QThread class :P where it is clearly written than body of run() is finally in new created thread with QThread::start() method.
I would like to be a "Guru"
Useful hints (try them before asking):
Use Qt Assistant
Search the forum
If you haven't found solution yet then create new topic with smart question.
Bookmarks