| 5 | #include <QtCore/QUrl> |
| 6 | |
| 7 | HttpRequest::HttpRequest(QObject* parent) |
| 8 | : QObject(parent) |
| 9 | { |
| 10 | } |
| 11 | |
| 12 | void HttpRequest::sendGet(const QString& url, const QUrlQuery& query) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected