aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/auth/flows/AuthContext.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-08-29 22:55:33 +0200
committerPetr Mrázek <peterix@gmail.com>2021-08-29 22:55:33 +0200
commit317101430148e3bbc52995aa92d668b8473026d9 (patch)
tree0dda85a8fd0b60c7eeba3950842bd1dd876155e2 /launcher/minecraft/auth/flows/AuthContext.h
parent7239502675fb68b1a2050c68f483e5d5371114e1 (diff)
downloadPrismLauncher-317101430148e3bbc52995aa92d668b8473026d9.tar.gz
PrismLauncher-317101430148e3bbc52995aa92d668b8473026d9.tar.bz2
PrismLauncher-317101430148e3bbc52995aa92d668b8473026d9.zip
GH-3392 checking for migration status and refresh button in accounts list
Diffstat (limited to 'launcher/minecraft/auth/flows/AuthContext.h')
-rw-r--r--launcher/minecraft/auth/flows/AuthContext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/minecraft/auth/flows/AuthContext.h b/launcher/minecraft/auth/flows/AuthContext.h
index 1d9f8f72..7bf69623 100644
--- a/launcher/minecraft/auth/flows/AuthContext.h
+++ b/launcher/minecraft/auth/flows/AuthContext.h
@@ -63,6 +63,9 @@ protected:
void doMinecraftProfile();
Q_SLOT void onMinecraftProfileDone(int, QNetworkReply::NetworkError, QByteArray, QList<QNetworkReply::RawHeaderPair>);
+ void doMigrationEligibilityCheck();
+ Q_SLOT void onMigrationEligibilityCheckDone(int, QNetworkReply::NetworkError, QByteArray, QList<QNetworkReply::RawHeaderPair>);
+
void doGetSkin();
Q_SLOT void onSkinDone(int, QNetworkReply::NetworkError, QByteArray, QList<QNetworkReply::RawHeaderPair>);
@@ -86,6 +89,7 @@ protected:
UserAuth,
XboxAuth,
MinecraftProfile,
+ MigrationEligibility,
Skin,
Complete
} m_stage = AuthStage::Initial;