aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/global/AccountListPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/pages/global/AccountListPage.h')
-rw-r--r--launcher/pages/global/AccountListPage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/launcher/pages/global/AccountListPage.h b/launcher/pages/global/AccountListPage.h
index fba1833f..24bb96da 100644
--- a/launcher/pages/global/AccountListPage.h
+++ b/launcher/pages/global/AccountListPage.h
@@ -20,7 +20,7 @@
#include "pages/BasePage.h"
-#include "minecraft/auth/MojangAccountList.h"
+#include "minecraft/auth/AccountList.h"
#include "MultiMC.h"
namespace Ui
@@ -60,7 +60,8 @@ public:
}
public slots:
- void on_actionAdd_triggered();
+ void on_actionAddMojang_triggered();
+ void on_actionAddMicrosoft_triggered();
void on_actionRemove_triggered();
void on_actionSetDefault_triggered();
void on_actionNoDefault_triggered();
@@ -74,11 +75,10 @@ public slots:
protected slots:
void ShowContextMenu(const QPoint &pos);
- void addAccount(const QString& errMsg="");
private:
void changeEvent(QEvent * event) override;
QMenu * createPopupMenu() override;
- std::shared_ptr<MojangAccountList> m_accounts;
+ std::shared_ptr<AccountList> m_accounts;
Ui::AccountListPage *ui;
};