Move "manage accounts" to right, use player skin when available

This commit is contained in:
Sky
2013-11-27 16:56:15 +00:00
parent 7024e5a83e
commit 7d7579d7f0
9 changed files with 147 additions and 42 deletions

View File

@ -47,6 +47,9 @@ slots:
// This will be sent when the "close" button is clicked.
void on_closeBtnBox_rejected();
signals:
void activeAccountChanged();
protected:
std::shared_ptr<MojangAccountList> m_accounts;