Add a button to open the account list.

Also fix the account list dialog's close button.
This commit is contained in:
Andrew
2013-11-20 12:20:35 -06:00
parent 928e0d0b15
commit 03652b01d2
5 changed files with 20 additions and 2 deletions

View File

@ -56,7 +56,7 @@ void AccountListDialog::on_editAccountBtn_clicked()
// TODO
}
void AccountListDialog::on_closedBtnBox_rejected()
void AccountListDialog::on_closeBtnBox_rejected()
{
close();
}

View File

@ -43,7 +43,7 @@ slots:
void on_editAccountBtn_clicked();
// This will be sent when the "close" button is clicked.
void on_closedBtnBox_rejected();
void on_closeBtnBox_rejected();
protected:
std::shared_ptr<MojangAccountList> m_accounts;