Qt synchronous QNetworkAccessManager get

Viewed 11103

What's the proper way to do a synchronous QNetworkAccessManager::get ?

The qt wiki offers an approach, but states "it is not recommended to use this in real applications." The mailinglist offers a similar solution to the wiki.

2 Answers
Related