Implement user info stub for newest minecraft snapshot
This commit is contained in:
parent
57a9dadb08
commit
7f5eb5d61a
13 changed files with 25 additions and 20 deletions
|
@ -589,7 +589,7 @@ void MainWindow::doAutoLogin()
|
|||
|
||||
void MainWindow::doLogin(QString username, QString password)
|
||||
{
|
||||
UserInfo uInfo{username, password};
|
||||
PasswordLogin uInfo{username, password};
|
||||
|
||||
ProgressDialog *tDialog = new ProgressDialog(this);
|
||||
LoginTask *loginTask = new LoginTask(uInfo, tDialog);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue