diff options
author | Sky <git@bunnies.cc> | 2013-11-27 16:56:15 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2013-11-27 16:56:15 +0000 |
commit | 7d7579d7f04f88013d7e4d064b2becec28cced61 (patch) | |
tree | 9f9181e08b1652a4a84c00ba140ad33462890f8b /gui/dialogs/AccountListDialog.h | |
parent | 7024e5a83e543a5e59e0c30ab72fe6ee5c5522f0 (diff) | |
download | MultiMC-7d7579d7f04f88013d7e4d064b2becec28cced61.tar MultiMC-7d7579d7f04f88013d7e4d064b2becec28cced61.tar.gz MultiMC-7d7579d7f04f88013d7e4d064b2becec28cced61.tar.lz MultiMC-7d7579d7f04f88013d7e4d064b2becec28cced61.tar.xz MultiMC-7d7579d7f04f88013d7e4d064b2becec28cced61.zip |
Move "manage accounts" to right, use player skin when available
Diffstat (limited to 'gui/dialogs/AccountListDialog.h')
-rw-r--r-- | gui/dialogs/AccountListDialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/dialogs/AccountListDialog.h b/gui/dialogs/AccountListDialog.h index 17a50bec..52666e3b 100644 --- a/gui/dialogs/AccountListDialog.h +++ b/gui/dialogs/AccountListDialog.h @@ -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; |