Implement account list and account list dialog
This commit is contained in:
parent
ad8aeb0b2b
commit
cdca530139
12 changed files with 520 additions and 9 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "logger/QsLog.h"
|
||||
|
||||
AuthenticateTask::AuthenticateTask(MojangAccount* account, const QString& password, QObject* parent) :
|
||||
AuthenticateTask::AuthenticateTask(MojangAccountPtr account, const QString& password, QObject* parent) :
|
||||
YggdrasilTask(account, parent), m_password(password)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue