From dba4c452e07cafa0dd0f14ed2d1c031d6dc58f33 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 8 Dec 2021 01:22:57 +0100 Subject: NOISSUE account tweaks --- launcher/minecraft/auth/MinecraftAccount.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'launcher/minecraft/auth/MinecraftAccount.h') diff --git a/launcher/minecraft/auth/MinecraftAccount.h b/launcher/minecraft/auth/MinecraftAccount.h index 18f142c4..4ac0a3e5 100644 --- a/launcher/minecraft/auth/MinecraftAccount.h +++ b/launcher/minecraft/auth/MinecraftAccount.h @@ -168,6 +168,10 @@ public: /* queries */ void fillSession(AuthSessionPtr session); + QString lastError() const { + return data.lastError(); + } + signals: /** * This signal is emitted when the account changes -- cgit