mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 14:55:48 +00:00
cosmetic changes caused by site moving
This commit is contained in:
@ -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");
|
||||
|
||||
|
@ -31,8 +31,7 @@ class AWTelemetryHandler : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
const char *REMOTE_TELEMETRY_URL = "http://arcanis.me/telemetry";
|
||||
const int REMOTE_TELEMETRY_PORT = 8080;
|
||||
const char *REMOTE_TELEMETRY_URL = "https://arcanis.me/telemetry";
|
||||
|
||||
explicit AWTelemetryHandler(QObject *parent = nullptr,
|
||||
const QString clientId = QString());
|
||||
|
Reference in New Issue
Block a user