cosmetic changes caused by site moving

This commit is contained in:
2017-02-02 23:12:19 +03:00
parent 6a24fc3f63
commit 9543122816
5 changed files with 6 additions and 8 deletions

View File

@ -138,7 +138,6 @@ void AWTelemetryHandler::uploadTelemetry(const QString group,
SLOT(telemetryReplyRecieved(QNetworkReply *)));
QUrl url(REMOTE_TELEMETRY_URL);
url.setPort(REMOTE_TELEMETRY_PORT);
QNetworkRequest request(url);
request.setHeader(QNetworkRequest::ContentTypeHeader, "application/json");