Fix authorization to the API.

This commit is contained in:
Petr Mironychev
2024-08-30 07:47:33 +02:00
parent e3495e10f0
commit 46258a11f6
12 changed files with 21 additions and 44 deletions

View File

@ -30,7 +30,6 @@ public:
QString name() const override;
QString url() const override;
int defaultPort() const override;
QString completionEndpoint() const override;
void prepareRequest(QJsonObject &request) override;
bool handleResponse(QNetworkReply *reply, QString &accumulatedResponse) override;