My task is to download a file and then process it right away. Of course it does not work with QNetworkAccessManger asynchronous API. Is it possible to make it synchronous? I'm thinking of using QThread to do this. But is there any other easier option?
Bookmarks