summaryrefslogtreecommitdiffstats
path: root/gui/dialogs/AccountListDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/dialogs/AccountListDialog.h')
-rw-r--r--gui/dialogs/AccountListDialog.h3
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;