I'm not interested in the QNetWork class and all it's callbacks, I want a static function or something where I can just:
QString html = QHttpHelperThingy::fetch("http://blah.com");
Does such a thing exist?
I believe that this is the replacement path: http://doc.qt.io/archives/4.6/qnetworkaccessmanager.html, but QHttp will work throughout 4.x series.