| 18 | #include "synchttp.h" |
| 19 | |
| 20 | SyncHTTP::SyncHTTP() : manager(this) {} |
| 21 | |
| 22 | QNetworkReply* SyncHTTP::syncGet(const QNetworkRequest& req) { |
| 23 | QNetworkReply* reply = manager.get(req); |
nothing calls this directly
no outgoing calls
no test coverage detected