as yes, so you do. I forgot quit was a slot in QEventLoop.
Using '/' instead of '\\' is easier for you (less typing, less change of mistake of putting only one backslash) and means your code is more portable across platforms which do use '/' seperator such as Linux. If the platform using another seperator, Qt can simply convert it for you if you use a '/'.
Have you tried using QNetworkAccessManager::finished instead of QNetworkReply::finished? I know they should be emitted in tandem, but its worth a shot, surely.
Also, check the output window for any diagnostic messages. Thats helped me before.




Reply With Quote
Bookmarks