diff options
author | Andrew <forkk@forkk.net> | 2013-11-22 12:47:39 -0600 |
---|---|---|
committer | Andrew <forkk@forkk.net> | 2013-11-22 12:47:39 -0600 |
commit | 75e7932607bdd84d2867765eb6f07dcec95ee193 (patch) | |
tree | 9ee711dac0a07f6797eedf3ee61d277bb3b63c2c /gui/dialogs/AccountListDialog.h | |
parent | 23bc195b3c8558cb997789ca8772342612716993 (diff) | |
download | MultiMC-75e7932607bdd84d2867765eb6f07dcec95ee193.tar MultiMC-75e7932607bdd84d2867765eb6f07dcec95ee193.tar.gz MultiMC-75e7932607bdd84d2867765eb6f07dcec95ee193.tar.lz MultiMC-75e7932607bdd84d2867765eb6f07dcec95ee193.tar.xz MultiMC-75e7932607bdd84d2867765eb6f07dcec95ee193.zip |
Properly implement launching and downloading
Also added a system to select an active account to log in with.
Diffstat (limited to 'gui/dialogs/AccountListDialog.h')
-rw-r--r-- | gui/dialogs/AccountListDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dialogs/AccountListDialog.h b/gui/dialogs/AccountListDialog.h index 99dee639..17a50bec 100644 --- a/gui/dialogs/AccountListDialog.h +++ b/gui/dialogs/AccountListDialog.h @@ -42,6 +42,8 @@ slots: void on_editAccountBtn_clicked(); + void on_setActiveBtn_clicked(); + // This will be sent when the "close" button is clicked. void on_closeBtnBox_rejected(); |