From b286b9328158ad7686b7787d54c857e973c5b74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 6 Apr 2014 20:31:02 +0200 Subject: Give more feedback for YggdrasilTask network errors. --- logic/auth/flows/AuthenticateTask.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'logic/auth/flows/AuthenticateTask.h') diff --git a/logic/auth/flows/AuthenticateTask.h b/logic/auth/flows/AuthenticateTask.h index b6564657..13a000aa 100644 --- a/logic/auth/flows/AuthenticateTask.h +++ b/logic/auth/flows/AuthenticateTask.h @@ -33,13 +33,13 @@ public: AuthenticateTask(MojangAccount *account, const QString &password, 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: QString m_password; -- cgit v1.2.3