Implement auth task's response processing.
The authenticate task can now successfully log a user in.
This commit is contained in:
parent
9cfd5ae465
commit
ad8aeb0b2b
6 changed files with 256 additions and 8 deletions
|
@ -115,7 +115,7 @@ protected:
|
|||
* Used to set the status message for the task.
|
||||
* Should be overridden by subclasses that want to change messages for a given state.
|
||||
*/
|
||||
virtual QString getStateMessage(const State state);
|
||||
virtual QString getStateMessage(const State state) const;
|
||||
|
||||
MojangAccount* m_account;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue