Implement auth task's response processing.

The authenticate task can now successfully log a user in.
This commit is contained in:
Andrew
2013-11-14 14:32:43 -06:00
parent 9cfd5ae465
commit ad8aeb0b2b
6 changed files with 256 additions and 8 deletions

View File

@ -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;