summaryrefslogtreecommitdiffstats
path: root/logic/auth/AuthenticateTask.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/auth/AuthenticateTask.h')
-rw-r--r--logic/auth/AuthenticateTask.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/auth/AuthenticateTask.h b/logic/auth/AuthenticateTask.h
index 8c142535..4169ad5f 100644
--- a/logic/auth/AuthenticateTask.h
+++ b/logic/auth/AuthenticateTask.h
@@ -37,6 +37,8 @@ protected:
virtual QString getEndpoint() const;
virtual bool processResponse(QJsonObject responseData);
+
+ QString getStateMessage(const YggdrasilTask::State state) const;
private:
QString m_password;