diff options
author | Andrew <forkk@forkk.net> | 2013-11-18 12:05:35 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-11-18 12:05:35 -0600 |
commit | cdca53013990ac85967394529476712e6695bbf9 (patch) | |
tree | d251fa7f180280ea0dc2db2ce5213930caf02278 /logic/auth/AuthenticateTask.cpp | |
parent | ad8aeb0b2bdfd7586beab0be31bc36c64da31092 (diff) | |
download | MultiMC-cdca53013990ac85967394529476712e6695bbf9.tar MultiMC-cdca53013990ac85967394529476712e6695bbf9.tar.gz MultiMC-cdca53013990ac85967394529476712e6695bbf9.tar.lz MultiMC-cdca53013990ac85967394529476712e6695bbf9.tar.xz MultiMC-cdca53013990ac85967394529476712e6695bbf9.zip |
Implement account list and account list dialog
Diffstat (limited to 'logic/auth/AuthenticateTask.cpp')
-rw-r--r-- | logic/auth/AuthenticateTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/auth/AuthenticateTask.cpp b/logic/auth/AuthenticateTask.cpp index db4b0d92..a9c2c03f 100644 --- a/logic/auth/AuthenticateTask.cpp +++ b/logic/auth/AuthenticateTask.cpp @@ -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) { } |