Give more feedback for YggdrasilTask network errors.
This commit is contained in:
parent
632c087483
commit
b286b93281
9 changed files with 139 additions and 105 deletions
|
@ -35,13 +35,13 @@ public:
|
|||
ValidateTask(MojangAccount *account, QObject *parent = 0);
|
||||
|
||||
protected:
|
||||
virtual QJsonObject getRequestContent() const;
|
||||
virtual QJsonObject getRequestContent() const override;
|
||||
|
||||
virtual QString getEndpoint() const;
|
||||
virtual QString getEndpoint() const override;
|
||||
|
||||
virtual bool processResponse(QJsonObject responseData);
|
||||
virtual void processResponse(QJsonObject responseData) override;
|
||||
|
||||
QString getStateMessage(const YggdrasilTask::State state) const;
|
||||
virtual QString getStateMessage() const override;
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue